Свойство | Тип | Описание | |
---|---|---|---|
_contacts | FarseerPhysics.Dynamics.Contacts.Contact[] | ||
_count | int | ||
_positionConstraints | FarseerPhysics.Dynamics.Contacts.ContactPositionConstraint[] | ||
_positions | Position[] | ||
_step | TimeStep | ||
_velocities | Velocity[] | ||
_velocityConstraints | FarseerPhysics.Dynamics.Contacts.ContactVelocityConstraint[] |
Метод | Описание | |
---|---|---|
initializeVelocityConstraints ( ) : void | ||
reset ( TimeStep step, int count, |
||
solvePositionConstraints ( ) : bool | ||
solveTOIPositionConstraints ( int toiIndexA, int toiIndexB ) : bool | ||
solveVelocityConstraints ( ) : void | ||
storeImpulses ( ) : void | ||
warmStart ( ) : void |
public initializeVelocityConstraints ( ) : void | ||
Результат | void |
public reset ( TimeStep step, int count, |
||
step | TimeStep | |
count | int | |
contacts | ||
positions | Position | |
velocities | Velocity | |
Результат | void |
public solvePositionConstraints ( ) : bool | ||
Результат | bool |
public solveTOIPositionConstraints ( int toiIndexA, int toiIndexB ) : bool | ||
toiIndexA | int | |
toiIndexB | int | |
Результат | bool |
public solveVelocityConstraints ( ) : void | ||
Результат | void |
public Contact[],FarseerPhysics.Dynamics.Contacts _contacts | ||
Результат | FarseerPhysics.Dynamics.Contacts.Contact[] |
public ContactPositionConstraint[],FarseerPhysics.Dynamics.Contacts _positionConstraints | ||
Результат | FarseerPhysics.Dynamics.Contacts.ContactPositionConstraint[] |