Class enchant.gl.physics.RigidCylinder
- Defined in: physics.gl.enchant.js
- Extends enchant.gl.physics.Rigid
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.gl.physics.RigidCylinder(radius, height, mass)
円柱型の剛体オブジェクト.
|
- 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.RigidCylinder(radius, height, mass)
円柱型の剛体オブジェクト.
- Parameters:
- {Number} radius
- 円柱の半径.
- {Number} height
- 円柱の高さ.
- {Number} mass
- 剛体の質量.