메소드 |
설명 |
|
ComputeAABB ( AABB &aabb, XForm transform ) : void |
|
|
ComputeMass ( MassData &massData ) : void |
|
|
ComputeSubmergedArea ( Vec2 normal, float offset, XForm xf, Vec2 &c ) : float |
|
|
ComputeSweptAABB ( AABB &aabb, XForm transform1, XForm transform2 ) : void |
|
|
GetLocalPosition ( ) : Vec2 |
Get the local position of this circle in its parent body. |
|
GetRadius ( ) : float |
Get the radius of this circle. |
|
TestPoint ( XForm transform, Vec2 p ) : bool |
|
|
TestSegment ( XForm transform, float &lambda, Vec2 &normal, Segment segment, float maxLambda ) : SegmentCollide |
|
|