An interface to Quaternion which only exposes methods which don't allow altering the object. More...
Inheritance diagram for com.mak.vrlj.math.ConstQuaternion:Public Member Functions | |
| abstract double | getW () |
| abstract double | getX () |
| abstract double | getY () |
| abstract double | getZ () |
An interface to Quaternion which only exposes methods which don't allow altering the object.
|
pure virtual |
Implemented in com.mak.vrlj.math.Quaternion.
Referenced by com.mak.vrlj.math.Quaternion.assignFrom(), and com.mak.vrlj.math.Quaternion.Quaternion().
|
pure virtual |
Implemented in com.mak.vrlj.math.Quaternion.
Referenced by com.mak.vrlj.math.Quaternion.assignFrom(), and com.mak.vrlj.math.Quaternion.Quaternion().
|
pure virtual |
Implemented in com.mak.vrlj.math.Quaternion.
Referenced by com.mak.vrlj.math.Quaternion.assignFrom(), and com.mak.vrlj.math.Quaternion.Quaternion().
|
pure virtual |
Implemented in com.mak.vrlj.math.Quaternion.
Referenced by com.mak.vrlj.math.Quaternion.assignFrom(), and com.mak.vrlj.math.Quaternion.Quaternion().