public class Quaternion
extends java.lang.Object
You'll probably only encounter them if you subclass MaplyController and take over the gesture handling.
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
Quaternion |
multiply(AngleAxis angAxis) |
Point3d |
multiply(Point3d vec) |
Quaternion |
multiply(Quaternion other) |
Quaternion |
normalized() |
Quaternion |
slerp(Quaternion that,
double t) |
public void finalize()
finalize
in class java.lang.Object
public Quaternion multiply(Quaternion other)
public Quaternion multiply(AngleAxis angAxis)
public Quaternion slerp(Quaternion that, double t)
public Quaternion normalized()