Свойство | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
addIndex ( int index ) : void | ||
addTriangle ( SWIGTYPE_p_btVector3 vertex0, SWIGTYPE_p_btVector3 vertex1, SWIGTYPE_p_btVector3 vertex2 ) : void | ||
addTriangle ( SWIGTYPE_p_btVector3 vertex0, SWIGTYPE_p_btVector3 vertex1, SWIGTYPE_p_btVector3 vertex2, bool removeDuplicateVertices ) : void | ||
btTriangleMesh ( ) : System | ||
btTriangleMesh ( bool use32bitIndices ) : System | ||
btTriangleMesh ( bool use32bitIndices, bool use4componentVertices ) : System | ||
findOrAddVertex ( SWIGTYPE_p_btVector3 vertex, bool removeDuplicateVertices ) : int | ||
getNumTriangles ( ) : int | ||
getUse32bitIndices ( ) : bool | ||
getUse4componentVertices ( ) : bool | ||
preallocateIndices ( int numindices ) : void | ||
preallocateVertices ( int numverts ) : void |
Méthode | Description | |
---|---|---|
btTriangleMesh ( |
||
getCPtr ( |
public addTriangle ( SWIGTYPE_p_btVector3 vertex0, SWIGTYPE_p_btVector3 vertex1, SWIGTYPE_p_btVector3 vertex2 ) : void | ||
vertex0 | SWIGTYPE_p_btVector3 | |
vertex1 | SWIGTYPE_p_btVector3 | |
vertex2 | SWIGTYPE_p_btVector3 | |
Résultat | void |
public addTriangle ( SWIGTYPE_p_btVector3 vertex0, SWIGTYPE_p_btVector3 vertex1, SWIGTYPE_p_btVector3 vertex2, bool removeDuplicateVertices ) : void | ||
vertex0 | SWIGTYPE_p_btVector3 | |
vertex1 | SWIGTYPE_p_btVector3 | |
vertex2 | SWIGTYPE_p_btVector3 | |
removeDuplicateVertices | bool | |
Résultat | void |
public btTriangleMesh ( bool use32bitIndices ) : System | ||
use32bitIndices | bool | |
Résultat | System |
public btTriangleMesh ( bool use32bitIndices, bool use4componentVertices ) : System | ||
use32bitIndices | bool | |
use4componentVertices | bool | |
Résultat | System |
public findOrAddVertex ( SWIGTYPE_p_btVector3 vertex, bool removeDuplicateVertices ) : int | ||
vertex | SWIGTYPE_p_btVector3 | |
removeDuplicateVertices | bool | |
Résultat | int |
public preallocateIndices ( int numindices ) : void | ||
numindices | int | |
Résultat | void |
public preallocateVertices ( int numverts ) : void | ||
numverts | int | |
Résultat | void |