Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetSwigPtr ( ) : |
||
addChildShape ( |
||
btCompoundShape ( ) : System | ||
btCompoundShape ( bool enableDynamicAabbTree ) : System | ||
calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void | ||
calculatePrincipalAxisTransform ( |
||
calculateSerializeBufferSize ( ) : int | ||
createAabbTreeFromChildren ( ) : void | ||
getAabb ( |
||
getChildList ( ) : |
||
getChildShape ( int index ) : |
||
getChildTransform ( int index ) : |
||
getDynamicAabbTree ( ) : |
||
getLocalScaling ( ) : SWIGTYPE_p_btVector3 | ||
getMargin ( ) : float | ||
getName ( ) : string | ||
getNumChildShapes ( ) : int | ||
getUpdateRevision ( ) : int | ||
recalculateLocalAabb ( ) : void | ||
removeChildShape ( |
||
removeChildShapeByIndex ( int childShapeindex ) : void | ||
serialize ( |
||
setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void | ||
setMargin ( float margin ) : void | ||
updateChildTransform ( int childIndex, |
||
updateChildTransform ( int childIndex, |
Method | Description | |
---|---|---|
btCompoundShape ( |
||
getCPtr ( |
public GetSwigPtr ( ) : |
||
return |
public addChildShape ( |
||
localTransform | ||
shape | ||
return | void |
public btCompoundShape ( bool enableDynamicAabbTree ) : System | ||
enableDynamicAabbTree | bool | |
return | System |
public calculateLocalInertia ( float mass, SWIGTYPE_p_btVector3 inertia ) : void | ||
mass | float | |
inertia | SWIGTYPE_p_btVector3 | |
return | void |
public calculatePrincipalAxisTransform ( |
||
masses | ||
principal | ||
inertia | SWIGTYPE_p_btVector3 | |
return | void |
public calculateSerializeBufferSize ( ) : int | ||
return | int |
public getAabb ( |
||
t | ||
aabbMin | SWIGTYPE_p_btVector3 | |
aabbMax | SWIGTYPE_p_btVector3 | |
return | void |
public getChildList ( ) : |
||
return |
public getChildShape ( int index ) : |
||
index | int | |
return |
public getChildTransform ( int index ) : |
||
index | int | |
return |
public getDynamicAabbTree ( ) : |
||
return |
public getLocalScaling ( ) : SWIGTYPE_p_btVector3 | ||
return | SWIGTYPE_p_btVector3 |
public removeChildShape ( |
||
shape | ||
return | void |
public removeChildShapeByIndex ( int childShapeindex ) : void | ||
childShapeindex | int | |
return | void |
public serialize ( |
||
dataBuffer | ||
serializer | ||
return | string |
public setLocalScaling ( SWIGTYPE_p_btVector3 scaling ) : void | ||
scaling | SWIGTYPE_p_btVector3 | |
return | void |
public updateChildTransform ( int childIndex, |
||
childIndex | int | |
newChildTransform | ||
return | void |
public updateChildTransform ( int childIndex, |
||
childIndex | int | |
newChildTransform | ||
shouldRecalculateLocalAabb | bool | |
return | void |