Tizen Native API
|
Dali::AngleAxis Struct Reference
An angle & axis pair. More...
Public Member Functions | |
AngleAxis () | |
Create an angle-axis pair. | |
AngleAxis (Radian initialAngle, const Vector3 &initialAxis) | |
Create an angle-axis pair. | |
Public Attributes | |
Radian | angle |
The angle in radians. | |
Vector3 | axis |
The axis. |
Detailed Description
An angle & axis pair.
This is slightly easier to understand than quaternions for handling rotations of objects. Both elements should be non-zero to correctly describe a rotation.
- Since :
- 2.4
Constructor & Destructor Documentation
Create an angle-axis pair.
- Since :
- 2.4
Dali::AngleAxis::AngleAxis | ( | Radian | initialAngle, |
const Vector3 & | initialAxis | ||
) |
Create an angle-axis pair.
- Since :
- 2.4
- Parameters:
-
[in] initialAngle The initial angle in radians [in] initialAxis The initial axis