A circle shape. More...
#include <b2CircleShape.h>
Public Member Functions | |
b2CircleShape () | |
b2Shape * | Clone (b2BlockAllocator *allocator) const |
Implement b2Shape. | |
void | ComputeAABB (b2AABB *aabb, const b2Transform &transform, int32 childIndex) const |
void | ComputeMass (b2MassData *massData, float32 density) const |
int32 | GetChildCount () const |
int32 | GetSupport (const b2Vec2 &d) const |
Get the supporting vertex index in the given direction. | |
const b2Vec2 & | GetSupportVertex (const b2Vec2 &d) const |
Get the supporting vertex in the given direction. | |
const b2Vec2 & | GetVertex (int32 index) const |
Get a vertex by index. Used by b2Distance. | |
int32 | GetVertexCount () const |
Get the vertex count. | |
bool | RayCast (b2RayCastOutput *output, const b2RayCastInput &input, const b2Transform &transform, int32 childIndex) const |
Implement b2Shape. | |
bool | TestPoint (const b2Transform &transform, const b2Vec2 &p) const |
Implement b2Shape. | |
Public Attributes | |
b2Vec2 | m_p |
Position. |
A circle shape.
Definition at line 25 of file b2CircleShape.h.
b2CircleShape::b2CircleShape | ( | ) | [inline] |
Definition at line 65 of file b2CircleShape.h.
b2Shape * b2CircleShape::Clone | ( | b2BlockAllocator * | allocator | ) | const [virtual] |
void b2CircleShape::ComputeAABB | ( | b2AABB * | aabb, |
const b2Transform & | transform, | ||
int32 | childIndex | ||
) | const [virtual] |
void b2CircleShape::ComputeMass | ( | b2MassData * | massData, |
float32 | density | ||
) | const [virtual] |
int32 b2CircleShape::GetChildCount | ( | ) | const [virtual] |
Implements b2Shape.
Definition at line 30 of file b2CircleShape.cpp.
int32 b2CircleShape::GetSupport | ( | const b2Vec2 & | d | ) | const [inline] |
Get the supporting vertex index in the given direction.
Definition at line 72 of file b2CircleShape.h.
const b2Vec2 & b2CircleShape::GetSupportVertex | ( | const b2Vec2 & | d | ) | const [inline] |
Get the supporting vertex in the given direction.
Definition at line 78 of file b2CircleShape.h.
const b2Vec2 & b2CircleShape::GetVertex | ( | int32 | index | ) | const [inline] |
Get a vertex by index. Used by b2Distance.
Definition at line 84 of file b2CircleShape.h.
int32 b2CircleShape::GetVertexCount | ( | ) | const [inline] |
Get the vertex count.
Definition at line 56 of file b2CircleShape.h.
bool b2CircleShape::RayCast | ( | b2RayCastOutput * | output, |
const b2RayCastInput & | input, | ||
const b2Transform & | transform, | ||
int32 | childIndex | ||
) | const [virtual] |
bool b2CircleShape::TestPoint | ( | const b2Transform & | transform, |
const b2Vec2 & | p | ||
) | const [virtual] |
Position.
Definition at line 62 of file b2CircleShape.h.