Class enchant.gl.physics.RigidPlane
- Defined in: physics.gl.enchant.js
- Extends enchant.gl.physics.Rigid
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.gl.physics.RigidPlane(NormalX, NormalY, NormalZ, distance)
無限平面型の剛体オブジェクト.
|
- Fields borrowed from class enchant.gl.physics.Rigid:
- friction, restitution, rigidBody, world
Method Summary
- Methods borrowed from class enchant.gl.physics.Rigid:
- activate
- applyCentralImpulse
- applyImpulse
- clearForces
- contactTest
- kinematize
- rotationApply
- rotationSet
- scale
- translate
Class Detail
enchant.gl.physics.RigidPlane(NormalX, NormalY, NormalZ, distance)
無限平面型の剛体オブジェクト.
- Parameters:
- {Number} NormalX
- 平面の法線ベクトルのx成分.
- {Number} NormalY
- 平面の法線ベクトルのy成分.
- {Number} NormalZ
- 平面の法線ベクトルのz成分.
- distance