C# Class BulletCSharp.btHinge2Constraint

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
btHinge2Constraint ( btRigidBody rbA, btRigidBody rbB, SWIGTYPE_p_btVector3 anchor, SWIGTYPE_p_btVector3 axis1, SWIGTYPE_p_btVector3 axis2 ) : System
getAnchor ( ) : SWIGTYPE_p_btVector3
getAnchor2 ( ) : SWIGTYPE_p_btVector3
getAngle1 ( ) : float
getAngle2 ( ) : float
getAxis1 ( ) : SWIGTYPE_p_btVector3
getAxis2 ( ) : SWIGTYPE_p_btVector3
setLowerLimit ( float ang1min ) : void
setUpperLimit ( float ang1max ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

btHinge2Constraint() public méthode

public btHinge2Constraint ( btRigidBody rbA, btRigidBody rbB, SWIGTYPE_p_btVector3 anchor, SWIGTYPE_p_btVector3 axis1, SWIGTYPE_p_btVector3 axis2 ) : System
rbA btRigidBody
rbB btRigidBody
anchor SWIGTYPE_p_btVector3
axis1 SWIGTYPE_p_btVector3
axis2 SWIGTYPE_p_btVector3
Résultat System

getAnchor() public méthode

public getAnchor ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3

getAnchor2() public méthode

public getAnchor2 ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3

getAngle1() public méthode

public getAngle1 ( ) : float
Résultat float

getAngle2() public méthode

public getAngle2 ( ) : float
Résultat float

getAxis1() public méthode

public getAxis1 ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3

getAxis2() public méthode

public getAxis2 ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3

setLowerLimit() public méthode

public setLowerLimit ( float ang1min ) : void
ang1min float
Résultat void

setUpperLimit() public méthode

public setUpperLimit ( float ang1max ) : void
ang1max float
Résultat void