Class enchant.gl.Pose
- Defined in: gl.enchant.js
- Extends enchant.gl.State
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.gl.Pose(position, rotation)
姿勢を処理するためのクラス.
|
Method Summary
Method Attributes | Method Name and Description |
---|---|
getInterpolation(another, ratio)
他の姿勢との補間を行う.
|
- Methods borrowed from class enchant.gl.State:
- set
Class Detail
enchant.gl.Pose(position, rotation)
姿勢を処理するためのクラス.
- Parameters:
- {Number[]} position
- {Number[]} rotation
Method Detail
-
{enchant.gl.Pose} getInterpolation(another, ratio)他の姿勢との補間を行う.
- Parameters:
- {enchant.gl.Pose} another
- {Number} ratio
- Returns:
- {enchant.gl.Pose}