C# Class BulletCSharp.btConvexTriangleMeshShape

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

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

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

btConvexTriangleMeshShape() public méthode

public btConvexTriangleMeshShape ( SWIGTYPE_p_btStridingMeshInterface meshInterface ) : System
meshInterface SWIGTYPE_p_btStridingMeshInterface
Résultat System

btConvexTriangleMeshShape() public méthode

public btConvexTriangleMeshShape ( SWIGTYPE_p_btStridingMeshInterface meshInterface, bool calcAabb ) : System
meshInterface SWIGTYPE_p_btStridingMeshInterface
calcAabb bool
Résultat System

calculatePrincipalAxisTransform() public méthode

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
Résultat void

getEdge() public méthode

public getEdge ( int i, SWIGTYPE_p_btVector3 pa, SWIGTYPE_p_btVector3 pb ) : void
i int
pa SWIGTYPE_p_btVector3
pb SWIGTYPE_p_btVector3
Résultat void

getLocalScaling() public méthode

public getLocalScaling ( ) : SWIGTYPE_p_btVector3
Résultat SWIGTYPE_p_btVector3

getMeshInterface() public méthode

public getMeshInterface ( ) : SWIGTYPE_p_btStridingMeshInterface
Résultat SWIGTYPE_p_btStridingMeshInterface

getName() public méthode

public getName ( ) : string
Résultat string

getNumEdges() public méthode

public getNumEdges ( ) : int
Résultat int

getNumPlanes() public méthode

public getNumPlanes ( ) : int
Résultat int

getNumVertices() public méthode

public getNumVertices ( ) : int
Résultat int

getPlane() public méthode

public getPlane ( SWIGTYPE_p_btVector3 planeNormal, SWIGTYPE_p_btVector3 planeSupport, int i ) : void
planeNormal SWIGTYPE_p_btVector3
planeSupport SWIGTYPE_p_btVector3
i int
Résultat void

getVertex() public méthode

public getVertex ( int i, SWIGTYPE_p_btVector3 vtx ) : void
i int
vtx SWIGTYPE_p_btVector3
Résultat void

isInside() public méthode

public isInside ( SWIGTYPE_p_btVector3 pt, float tolerance ) : bool
pt SWIGTYPE_p_btVector3
tolerance float
Résultat bool

localGetSupportingVertex() public méthode

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

localGetSupportingVertexWithoutMargin() public méthode

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

setLocalScaling() public méthode

public setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void
scaling SWIGTYPE_p_btVector3
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool