Свойство | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
batchedUnitVectorGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vectors, SWIGTYPE_p_btVector3 supportVerticesOut, int numVectors ) : void | ||
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void | ||
getConvexPolyhedron ( ) : |
||
getEdge ( int i, SWIGTYPE_p_btVector3 pa, SWIGTYPE_p_btVector3 pb ) : void | ||
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 | ||
initializePolyhedralFeatures ( ) : bool | ||
initializePolyhedralFeatures ( int shiftVerticesByMargin ) : bool | ||
isInside ( SWIGTYPE_p_btVector3 pt, float tolerance ) : bool | ||
localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3 |
Méthode | Description | |
---|---|---|
btPolyhedralConvexShape ( |
||
getCPtr ( |
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 |
public calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void | ||
mass | float | |
inertia | SWIGTYPE_p_btVector3 | |
Résultat | void |
public getConvexPolyhedron ( ) : |
||
Résultat |
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 |
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 |
public getVertex ( int i, SWIGTYPE_p_btVector3 vtx ) : void | ||
i | int | |
vtx | SWIGTYPE_p_btVector3 | |
Résultat | void |
public initializePolyhedralFeatures ( ) : bool | ||
Résultat | bool |
public initializePolyhedralFeatures ( int shiftVerticesByMargin ) : bool | ||
shiftVerticesByMargin | int | |
Résultat | bool |
public isInside ( SWIGTYPE_p_btVector3 pt, float tolerance ) : bool | ||
pt | SWIGTYPE_p_btVector3 | |
tolerance | float | |
Résultat | bool |
public localGetSupportingVertexWithoutMargin ( SWIGTYPE_p_btVector3 vec ) : SWIGTYPE_p_btVector3 | ||
vec | SWIGTYPE_p_btVector3 | |
Résultat | SWIGTYPE_p_btVector3 |