C# Class BulletCSharp.btTriangleMeshShape

Inheritance: IDisposable
Mostra file Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
getAabb ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
getLocalAabbMax ( ) : SWIGTYPE_p_btVector3
getLocalAabbMin ( ) : SWIGTYPE_p_btVector3
getLocalScaling ( ) : SWIGTYPE_p_btVector3
getMeshInterface ( ) : SWIGTYPE_p_btStridingMeshInterface
getName ( ) : string
localGetSupportingVertex ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3
processAllTriangles ( SWIGTYPE_p_btTriangleCallback callback, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
recalcLocalAabb ( ) : void
setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

calculateLocalInertia() public method

public calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void
mass float
inertia SWIGTYPE_p_btVector3
return void

getAabb() public method

public getAabb ( SWIGTYPE_p_btTransform t, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
t SWIGTYPE_p_btTransform
aabbMin SWIGTYPE_p_btVector3
aabbMax SWIGTYPE_p_btVector3
return void

getLocalAabbMax() public method

public getLocalAabbMax ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

getLocalAabbMin() public method

public getLocalAabbMin ( ) : SWIGTYPE_p_btVector3
return SWIGTYPE_p_btVector3

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

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

processAllTriangles() public method

public processAllTriangles ( SWIGTYPE_p_btTriangleCallback callback, SWIGTYPE_p_btVector3 aabbMin, SWIGTYPE_p_btVector3 aabbMax ) : void
callback SWIGTYPE_p_btTriangleCallback
aabbMin SWIGTYPE_p_btVector3
aabbMax SWIGTYPE_p_btVector3
return void

recalcLocalAabb() public method

public recalcLocalAabb ( ) : void
return void

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