Property | Type | Description | |
---|---|---|---|
_contacts | FarseerPhysics.Dynamics.Contacts.Contact[] | ||
_count | int | ||
_positionConstraints | FarseerPhysics.Dynamics.Contacts.ContactPositionConstraint[] | ||
_positions | Position[] | ||
_step | TimeStep | ||
_velocities | Velocity[] | ||
_velocityConstraints | FarseerPhysics.Dynamics.Contacts.ContactVelocityConstraint[] |
Method | Description | |
---|---|---|
initializeVelocityConstraints ( ) : void | ||
reset ( TimeStep step, int count, |
||
solvePositionConstraints ( ) : bool | ||
solveTOIPositionConstraints ( int toiIndexA, int toiIndexB ) : bool | ||
solveVelocityConstraints ( ) : void | ||
storeImpulses ( ) : void | ||
warmStart ( ) : void |
public initializeVelocityConstraints ( ) : void | ||
return | void |
public reset ( TimeStep step, int count, |
||
step | TimeStep | |
count | int | |
contacts | ||
positions | Position | |
velocities | Velocity | |
return | void |
public solveTOIPositionConstraints ( int toiIndexA, int toiIndexB ) : bool | ||
toiIndexA | int | |
toiIndexB | int | |
return | bool |
public Contact[],FarseerPhysics.Dynamics.Contacts _contacts | ||
return | FarseerPhysics.Dynamics.Contacts.Contact[] |
public ContactPositionConstraint[],FarseerPhysics.Dynamics.Contacts _positionConstraints | ||
return | FarseerPhysics.Dynamics.Contacts.ContactPositionConstraint[] |