Class: btGImpactMeshShape
Ammo.btGImpactMeshShape
Hierarchy
↳
btGImpactMeshShape
Constructors
Methods
Constructors
constructor
• new btGImpactMeshShape(meshInterface
): btGImpactMeshShape
Parameters
Name | Type |
---|---|
meshInterface | btStridingMeshInterface |
Returns
Overrides
btTriangleMeshShape.constructor
Defined in
Methods
setLocalScaling
▸ setLocalScaling(scaling
): void
Parameters
Name | Type |
---|---|
scaling | btVector3 |
Returns
void
Inherited from
btTriangleMeshShape.setLocalScaling
Defined in
getLocalScaling
▸ getLocalScaling(): btVector3
Returns
Inherited from
btTriangleMeshShape.getLocalScaling
Defined in
calculateLocalInertia
▸ calculateLocalInertia(mass
, inertia
): void
Parameters
Name | Type |
---|---|
mass | number |
inertia | btVector3 |
Returns
void
Inherited from
btTriangleMeshShape.calculateLocalInertia
Defined in
setMargin
▸ setMargin(margin
): void
Parameters
Name | Type |
---|---|
margin | number |
Returns
void
Inherited from
Defined in
getMargin
▸ getMargin(): number
Returns
number
Inherited from
Defined in
updateBound
▸ updateBound(): void
Returns
void