| Property | Defined by | ||
|---|---|---|---|
![]() | boundingSphere : Number | RigidBody | |
![]() | collisions : Array | RigidBody | |
![]() | currentState : PhysicsState | RigidBody | |
| distance : Number [read-only]
| JPlane | ||
![]() | force : JNumber3D | RigidBody | |
![]() | friction : Number | RigidBody | |
![]() | id : int | RigidBody | |
![]() | invMass : Number | RigidBody | |
![]() | mass : Number | RigidBody | |
![]() | material : MaterialProperties | RigidBody | |
![]() | movable : Boolean | RigidBody | |
![]() | nonCollidables : Array | RigidBody | |
| normal : JNumber3D
[read-only]
| JPlane | ||
![]() | oldState : PhysicsState | RigidBody | |
![]() | restitution : Number | RigidBody | |
![]() | rotationX : Number | RigidBody | |
![]() | rotationY : Number | RigidBody | |
![]() | rotationZ : Number | RigidBody | |
![]() | skin : ISkin3D | RigidBody | |
![]() | type : String | RigidBody | |
![]() | worldInertia : JMatrix3D | RigidBody | |
![]() | worldInvInertia : JMatrix3D | RigidBody | |
![]() | x : Number | RigidBody | |
![]() | y : Number | RigidBody | |
![]() | z : Number | RigidBody | |
| Method | Defined by | ||
|---|---|---|---|
|
updateState():void
| JPlane | ||
| distance | property |
distance:Number [read-only]Implementation
public function get distance():Number
| normal | property |
| JPlane | () | constructor |
| pointPlaneDistance | () | method |
| segmentIntersect | () | method |
public override function segmentIntersect(out:Object, seg:JSegment, state:PhysicsState):BooleanParameters
out:Object |
|
seg:JSegment |
|
state:PhysicsState |
Boolean |
| updateState | () | method |
protected override function updateState():void