Property | Type | Description | |
---|---|---|---|
Constraints | Project290.Physics.Dynamics.Contacts.ContactConstraint[] |
Method | Description | |
---|---|---|
InitializeVelocityConstraints ( ) : void | ||
Reset ( |
||
SolvePositionConstraints ( float baumgarte ) : bool | ||
SolvePositionConstraintsTOI ( float baumgarte ) : bool | ||
SolveVelocityConstraints ( ) : void | ||
StoreImpulses ( ) : void | ||
WarmStart ( ) : void |
Method | Description | |
---|---|---|
Solve ( |
public InitializeVelocityConstraints ( ) : void | ||
return | void |
public Reset ( |
||
contacts | ||
contactCount | int | |
impulseRatio | float | |
warmstarting | bool | |
return | void |
public SolvePositionConstraints ( float baumgarte ) : bool | ||
baumgarte | float | |
return | bool |
public SolvePositionConstraintsTOI ( float baumgarte ) : bool | ||
baumgarte | float | |
return | bool |