A circle shape. More...
#include <b2CircleShape.h>
Public Attributes | |
b2Vec2 | m_p |
Position. More... | |
Public Attributes inherited from b2Shape | |
float32 | m_radius |
Type | m_type |
Additional Inherited Members | |
Public Types inherited from b2Shape | |
enum | Type { e_circle = 0, e_edge = 1, e_polygon = 2, e_chain = 3, e_typeCount = 4 } |
A circle shape.
Definition at line 25 of file b2CircleShape.h.
|
inline |
Definition at line 65 of file b2CircleShape.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Get the supporting vertex index in the given direction.
Definition at line 72 of file b2CircleShape.h.
Get the supporting vertex in the given direction.
Definition at line 78 of file b2CircleShape.h.
Get a vertex by index. Used by b2Distance.
Definition at line 84 of file b2CircleShape.h.
|
inline |
Get the vertex count.
Definition at line 56 of file b2CircleShape.h.
|
virtual |
|
virtual |
b2Vec2 b2CircleShape::m_p |
Position.
Definition at line 62 of file b2CircleShape.h.