Torque2D Reference
|
A circle shape. More...
#include <b2CircleShape.h>
Public Member Functions | |
b2CircleShape () | |
b2Shape * | Clone (b2BlockAllocator *allocator) const |
Implement b2Shape. More... | |
int32 | GetChildCount () const |
bool | TestPoint (const b2Transform &transform, const b2Vec2 &p) const |
Implement b2Shape. More... | |
bool | RayCast (b2RayCastOutput *output, const b2RayCastInput &input, const b2Transform &transform, int32 childIndex) const |
Implement b2Shape. More... | |
void | ComputeAABB (b2AABB *aabb, const b2Transform &transform, int32 childIndex) const |
void | ComputeMass (b2MassData *massData, float32 density) const |
int32 | GetSupport (const b2Vec2 &d) const |
Get the supporting vertex index in the given direction. More... | |
const b2Vec2 & | GetSupportVertex (const b2Vec2 &d) const |
Get the supporting vertex in the given direction. More... | |
int32 | GetVertexCount () const |
Get the vertex count. More... | |
const b2Vec2 & | GetVertex (int32 index) const |
Get a vertex by index. Used by b2Distance. More... | |
![]() | |
virtual | ~b2Shape () |
Type | GetType () const |
Public Attributes | |
b2Vec2 | m_p |
Position. More... | |
![]() | |
Type | m_type |
float32 | m_radius |
Additional Inherited Members | |
![]() | |
enum | Type { e_circle = 0, e_edge = 1, e_polygon = 2, e_chain = 3, e_typeCount = 4 } |
A circle shape.
|
inline |
|
virtual |
|
virtual |
Implements b2Shape.
|
virtual |
Implements b2Shape.
|
virtual |
Implements b2Shape.
|
inline |
Get the supporting vertex index in the given direction.
Get the supporting vertex in the given direction.
|
inline |
Get a vertex by index. Used by b2Distance.
|
inline |
Get the vertex count.
|
virtual |
|
virtual |
b2Vec2 m_p |
Position.