C# Class BulletCSharp.btConvexTriangleMeshShape

Inheritance: IDisposable
Exibir arquivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void
btConvexTriangleMeshShape ( SWIGTYPE_p_btStridingMeshInterface meshInterface ) : System
btConvexTriangleMeshShape ( SWIGTYPE_p_btStridingMeshInterface meshInterface, bool calcAabb ) : System
calculatePrincipalAxisTransform ( SWIGTYPE_p_btTransform principal, SWIGTYPE_p_btVector3 inertia, SWIGTYPE_p_float volume ) : void
getEdge ( int i, SWIGTYPE_p_btVector3 pa, SWIGTYPE_p_btVector3 pb ) : void
getLocalScaling ( ) : SWIGTYPE_p_btVector3
getMeshInterface ( ) : SWIGTYPE_p_btStridingMeshInterface
getName ( ) : string
getNumEdges ( ) : int
getNumPlanes ( ) : int
getNumVertices ( ) : int
getPlane ( SWIGTYPE_p_btVector3 planeNormal, SWIGTYPE_p_btVector3 planeSupport, int i ) : void
getVertex ( int i, SWIGTYPE_p_btVector3 vtx ) : void
isInside ( SWIGTYPE_p_btVector3 pt, float tolerance ) : bool
localGetSupportingVertex ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void

Private Methods

Method Description
btConvexTriangleMeshShape ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( btConvexTriangleMeshShape 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

btConvexTriangleMeshShape() public method

public btConvexTriangleMeshShape ( SWIGTYPE_p_btStridingMeshInterface meshInterface ) : System
meshInterface SWIGTYPE_p_btStridingMeshInterface
return System

btConvexTriangleMeshShape() public method

public btConvexTriangleMeshShape ( SWIGTYPE_p_btStridingMeshInterface meshInterface, bool calcAabb ) : System
meshInterface SWIGTYPE_p_btStridingMeshInterface
calcAabb bool
return System

calculatePrincipalAxisTransform() public method

public calculatePrincipalAxisTransform ( SWIGTYPE_p_btTransform principal, SWIGTYPE_p_btVector3 inertia, SWIGTYPE_p_float volume ) : void
principal SWIGTYPE_p_btTransform
inertia SWIGTYPE_p_btVector3
volume SWIGTYPE_p_float
return void

getEdge() public method

public getEdge ( int i, SWIGTYPE_p_btVector3 pa, SWIGTYPE_p_btVector3 pb ) : void
i int
pa SWIGTYPE_p_btVector3
pb SWIGTYPE_p_btVector3
return void

getLocalScaling() public method

public getLocalScaling ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

getMeshInterface() public method

public getMeshInterface ( ) : SWIGTYPE_p_btStridingMeshInterface
return SWIGTYPE_p_btStridingMeshInterface

getName() public method

public getName ( ) : string
return string

getNumEdges() public method

public getNumEdges ( ) : int
return int

getNumPlanes() public method

public getNumPlanes ( ) : int
return int

getNumVertices() public method

public getNumVertices ( ) : int
return int

getPlane() public method

public getPlane ( SWIGTYPE_p_btVector3 planeNormal, SWIGTYPE_p_btVector3 planeSupport, int i ) : void
planeNormal SWIGTYPE_p_btVector3
planeSupport SWIGTYPE_p_btVector3
i int
return void

getVertex() public method

public getVertex ( int i, SWIGTYPE_p_btVector3 vtx ) : void
i int
vtx SWIGTYPE_p_btVector3
return void

isInside() public method

public isInside ( SWIGTYPE_p_btVector3 pt, float tolerance ) : bool
pt SWIGTYPE_p_btVector3
tolerance float
return bool

localGetSupportingVertex() public method

public localGetSupportingVertex ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
vec SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

localGetSupportingVertexWithoutMargin() public method

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

setLocalScaling() public method

public setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void
scaling SWIGTYPE_p_btVector3
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool