Method | Description | |
---|---|---|
ComputeAABB ( |
||
ComputeMass ( |
||
ComputeSubmergedArea ( |
||
ComputeSweptAABB ( |
||
GetLocalPosition ( ) : |
Get the local position of this circle in its parent body.
|
|
GetRadius ( ) : float |
Get the radius of this circle.
|
|
TestPoint ( |
||
TestSegment ( |
Method | Description | |
---|---|---|
CircleShape ( |
||
UpdateSweepRadius ( |
public ComputeAABB ( |
||
aabb | ||
transform | ||
return | void |
public ComputeMass ( |
||
massData | ||
return | void |
public ComputeSubmergedArea ( |
||
normal | ||
offset | float | |
xf | ||
c | ||
return | float |
public ComputeSweptAABB ( |
||
aabb | ||
transform1 | ||
transform2 | ||
return | void |
public TestPoint ( |
||
transform | ||
p | ||
return | bool |
public TestSegment ( |
||
transform | ||
lambda | float | |
normal | ||
segment | ||
maxLambda | float | |
return | SegmentCollide |