C# Class BulletCSharp.btCylinderShapeZ

Inheritance: btCylinderShape
Show file Open project: sanglin307/BulletUnity3D Class Usage Examples

Public Methods

Method 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

Method Description
btCylinderShapeZ ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btCylinderShapeZ obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

batchedUnitVectorGetSupportingVertexWithoutMargin() public method

public batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
vectors SWIGTYPE_p_btVector3
supportVerticesOut SWIGTYPE_p_btVector3
numVectors int
return void

btCylinderShapeZ() public method

public btCylinderShapeZ ( SWIGTYPE_p_btVector3 halfExtents ) : System
halfExtents SWIGTYPE_p_btVector3
return System

getName() public method

public getName ( ) : string
return string

getRadius() public method

public getRadius ( ) : float
return float

localGetSupportingVertexWithoutMargin() public method

public localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3