Property | Defined by | ||
---|---|---|---|
![]() | m_body : b2Body | b2Shape | |
![]() | m_categoryBits : uint | b2Shape | |
![]() | m_friction : Number | b2Shape | |
![]() | m_groupIndex : int | b2Shape | |
m_localPosition : b2Vec2 | b2CircleShape | ||
![]() | m_maskBits : uint | b2Shape | |
![]() | m_maxRadius : Number | b2Shape | |
![]() | m_next : b2Shape | b2Shape | |
![]() | m_position : b2Vec2 | b2Shape | |
![]() | m_proxyId : uint | b2Shape | |
![]() | m_R : b2Mat22 | b2Shape | |
m_radius : Number | b2CircleShape | ||
![]() | m_restitution : Number | b2Shape | |
![]() | m_type : int | b2Shape | |
![]() | m_userData : * = null | b2Shape |
Method | Defined by | ||
---|---|---|---|
b2CircleShape | |||
![]() |
[static]
| b2Shape | |
![]() |
[static]
| b2Shape | |
![]() |
DestroyProxy():void
| b2Shape | |
![]() | b2Shape | ||
![]() |
GetMaxRadius():Number
| b2Shape | |
![]() | b2Shape | ||
![]() | b2Shape | ||
![]() | b2Shape | ||
![]() |
GetType():int
| b2Shape | |
![]() |
GetUserData():*
| b2Shape | |
![]() |
PolyCentroid(vs:Array, count:int, out:b2Vec2):void
[static]
| b2Shape | |
![]() |
PolyMass(massData:b2MassData, vs:Array, count:int, rho:Number):void
[static]
| b2Shape | |
b2CircleShape | |||
ResetProxy(broadPhase:b2BroadPhase):void
| b2CircleShape | ||
b2CircleShape | |||
b2CircleShape | |||
b2CircleShape |
m_localPosition | property |
public var m_localPosition:b2Vec2
m_radius | property |
public var m_radius:Number
b2CircleShape | () | constructor |
public function b2CircleShape(def:b2ShapeDef, body:b2Body, localCenter:b2Vec2)
Parameters
def:b2ShapeDef |
|
body:b2Body |
|
localCenter:b2Vec2 |
QuickSync | () | method |
public override function QuickSync(position:b2Vec2, R:b2Mat22):void
Parameters
position:b2Vec2 |
|
R:b2Mat22 |
ResetProxy | () | method |
Support | () | method |
public override function Support(dX:Number, dY:Number, out:b2Vec2):void
Parameters
dX:Number |
|
dY:Number |
|
out:b2Vec2 |
Synchronize | () | method |
public override function Synchronize(position1:b2Vec2, R1:b2Mat22, position2:b2Vec2, R2:b2Mat22):void
Parameters
position1:b2Vec2 |
|
R1:b2Mat22 |
|
position2:b2Vec2 |
|
R2:b2Mat22 |
TestPoint | () | method |