Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
btTranslationalLimitMotor ( ) : System | ||
btTranslationalLimitMotor ( |
||
isLimited ( int limitIndex ) : bool | ||
needApplyForce ( int limitIndex ) : bool | ||
solveLinearAxis ( float timeStep, float jacDiagABInv, |
||
testLimitValue ( int limitIndex, float test_value ) : int |
Method | Description | |
---|---|---|
btTranslationalLimitMotor ( |
||
getCPtr ( |
public btTranslationalLimitMotor ( ) : System | ||
return | System |
public btTranslationalLimitMotor ( |
||
other | ||
return | System |
public needApplyForce ( int limitIndex ) : bool | ||
limitIndex | int | |
return | bool |
public solveLinearAxis ( float timeStep, float jacDiagABInv, |
||
timeStep | float | |
jacDiagABInv | float | |
body1 | ||
pointInA | SWIGTYPE_p_btVector3 | |
body2 | ||
pointInB | SWIGTYPE_p_btVector3 | |
limit_index | int | |
axis_normal_on_a | SWIGTYPE_p_btVector3 | |
anchorPos | SWIGTYPE_p_btVector3 | |
return | float |
public testLimitValue ( int limitIndex, float test_value ) : int | ||
limitIndex | int | |
test_value | float | |
return | int |