6 return point->Hit(
this );
10 return line->Hit(
this );
14 return rect->Hit(
this );
18 return circle->Hit(
this );
22 return line->Hit(
this );
26 return rect->Hit(
this );
30 return circle->Hit(
this );
35 return rect->Hit(
this );
37 bool Line::Hit(
const Circle *circle)
const
39 return circle->Hit(
this );
42 bool Rect::Hit(
const Circle *circle)
const
44 return circle->Hit(
this );
bool Hit(const Shape *shape) const
衝突判定.
Definition: Shape.h:261
bool Hit(const Shape *shape) const
衝突判定.
Definition: Shape.h:364
bool Hit(const Shape *shape) const
衝突判定.
Definition: Shape.h:835
bool Hit(const Shape *shape) const
衝突判定.
Definition: Shape.h:610