This class represents a quaternion defined by the four parameters x, y, z and w.
Methods:
| * getter | |
| -(double)x |
|
| -(MTMatrix44*)rotationMatrix |
|
| * operations | |
| -(MTQuaternion*)invert |
|
| -(id)normalize |
|
| -(id)rotate: (double)phi |
|
| -(id)multiplyWith: (MTQuaternion*)q2 |
|
| * creation | |
| +(MTQuaternion*)rotation: (double)phi aroundAxis:(MTCoordinates*)ax |
|
| +(MTQuaternion*)identity |
|
moltalk@moltalk.org version of this document: V3.0