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