Quaternion.
More...
|
| static final Quaternion | zero = new Quaternion(0, 0, 0, 0) |
| | A quaterion with all zero components. More...
|
| |
| static final Quaternion | identity = new Quaternion(1, 0, 0, 0) |
| | A quaterion representing an identity. More...
|
| |
| static final Quaternion | wAxis = new Quaternion(1, 0, 0, 0) |
| | A quaterion representing the W axis. More...
|
| |
| static final Quaternion | xAxis = new Quaternion(0, 1, 0, 0) |
| | A quaterion representing the X axis. More...
|
| |
| static final Quaternion | yAxis = new Quaternion(0, 0, 1, 0) |
| | A quaterion representing the Y axis. More...
|
| |
| static final Quaternion | zAxis = new Quaternion(0, 0, 0, 1) |
| | A quaterion representing the Z axis. More...
|
| |
|
| double | x |
| |
| double | y |
| |
| double | z |
| |
| double | w |
| |
| com.mak.vrlj.math.Quaternion.Quaternion |
( |
| ) |
|
|
inline |
| com.mak.vrlj.math.Quaternion.Quaternion |
( |
double |
px, |
|
|
double |
py, |
|
|
double |
pz, |
|
|
double |
pw |
|
) |
| |
|
inline |
| boolean com.mak.vrlj.math.Quaternion.equals |
( |
Object |
obj | ) |
|
|
inline |
| double com.mak.vrlj.math.Quaternion.getW |
( |
| ) |
|
|
inlinevirtual |
| double com.mak.vrlj.math.Quaternion.getX |
( |
| ) |
|
|
inlinevirtual |
| double com.mak.vrlj.math.Quaternion.getY |
( |
| ) |
|
|
inlinevirtual |
| double com.mak.vrlj.math.Quaternion.getZ |
( |
| ) |
|
|
inlinevirtual |
| int com.mak.vrlj.math.Quaternion.hashCode |
( |
| ) |
|
|
inline |
| void com.mak.vrlj.math.Quaternion.setW |
( |
double |
pw | ) |
|
|
inline |
| void com.mak.vrlj.math.Quaternion.setX |
( |
double |
px | ) |
|
|
inline |
| void com.mak.vrlj.math.Quaternion.setY |
( |
double |
py | ) |
|
|
inline |
| void com.mak.vrlj.math.Quaternion.setZ |
( |
double |
pz | ) |
|
|
inline |
| String com.mak.vrlj.math.Quaternion.toString |
( |
| ) |
|
|
inline |
A quaterion representing an identity.
| double com.mak.vrlj.math.Quaternion.w |
|
private |
A quaterion representing the W axis.
| double com.mak.vrlj.math.Quaternion.x |
|
private |
A quaterion representing the X axis.
| double com.mak.vrlj.math.Quaternion.y |
|
private |
A quaterion representing the Y axis.
| double com.mak.vrlj.math.Quaternion.z |
|
private |
A quaterion representing the Z axis.
A quaterion with all zero components.
The documentation for this class was generated from the following file: