C# Class BulletCSharp.btCylinderShapeZ

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
btCylinderShapeZ ( SWIGTYPE_p_btVector3 halfExtents ) : System
getName ( ) : string
getRadius ( ) : float
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3

Private Methods

Méthode Description
btCylinderShapeZ ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btCylinderShapeZ 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

btCylinderShapeZ() public méthode

public btCylinderShapeZ ( 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