C# Class BulletCSharp.btCylinderShapeX

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
btCylinderShapeX ( SWIGTYPE_p_btVector3 halfExtents ) : System
getName ( ) : string
getRadius ( ) : float
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

batchedUnitVectorGetSupportingVertexWithoutMargin() public méthode

public batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
vectors SWIGTYPE_p_btVector3
supportVerticesOut SWIGTYPE_p_btVector3
numVectors int
Résultat void

btCylinderShapeX() public méthode

public btCylinderShapeX ( SWIGTYPE_p_btVector3 halfExtents ) : System
halfExtents SWIGTYPE_p_btVector3
Résultat System

getName() public méthode

public getName ( ) : string
Résultat string

getRadius() public méthode

public getRadius ( ) : float
Résultat float

localGetSupportingVertexWithoutMargin() public méthode

public localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3