Class enchant.gl.Pose
- Defined in: gl.enchant.js
- Extends enchant.gl.State
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.gl.Pose(position, rotation)
Class for processing pose.
|
Method Summary
Method Attributes | Method Name and Description |
---|---|
getInterpolation(another, ratio)
Performs interpolation with other pose.
|
- Methods borrowed from class enchant.gl.State:
- set
Class Detail
enchant.gl.Pose(position, rotation)
Class for processing pose.
- Parameters:
- {Number[]} position
- {Number[]} rotation
Method Detail
-
{enchant.gl.Pose} getInterpolation(another, ratio)Performs interpolation with other pose.
- Parameters:
- {enchant.gl.Pose} another
- {Number} ratio
- Returns:
- {enchant.gl.Pose}