C# Class BulletCSharp.btRotationalLimitMotor

Inheritance: IDisposable
Afficher le fichier Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
btRotationalLimitMotor ( ) : System
btRotationalLimitMotor ( btRotationalLimitMotor limot ) : System
isLimited ( ) : bool
needApplyTorques ( ) : bool
solveAngularLimits ( float timeStep, SWIGTYPE_p_btVector3 axis, float jacDiagABInv, btRigidBody body0, btRigidBody body1 ) : float
testLimitValue ( float test_value ) : int

Private Methods

Méthode Description
btRotationalLimitMotor ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btRotationalLimitMotor obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

btRotationalLimitMotor() public méthode

public btRotationalLimitMotor ( ) : System
Résultat System

btRotationalLimitMotor() public méthode

public btRotationalLimitMotor ( btRotationalLimitMotor limot ) : System
limot btRotationalLimitMotor
Résultat System

isLimited() public méthode

public isLimited ( ) : bool
Résultat bool

needApplyTorques() public méthode

public needApplyTorques ( ) : bool
Résultat bool

solveAngularLimits() public méthode

public solveAngularLimits ( float timeStep, SWIGTYPE_p_btVector3 axis, float jacDiagABInv, btRigidBody body0, btRigidBody body1 ) : float
timeStep float
axis SWIGTYPE_p_btVector3
jacDiagABInv float
body0 btRigidBody
body1 btRigidBody
Résultat float

testLimitValue() public méthode

public testLimitValue ( float test_value ) : int
test_value float
Résultat int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool