Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
G
H
I
M
N
O
P
Q
T
V
C
clone()
- Method in class
Quaternion
Clone of the quaternion.
conjugate()
- Method in class
Quaternion
Conjugate of the quaternion.
D
divideByLeft(Quaternion)
- Method in class
Quaternion
Left quotient of quaternions.
divideByRight(Quaternion)
- Method in class
Quaternion
Right quotient of quaternions.
dotMult(Quaternion)
- Method in class
Quaternion
Dot product of quaternions.
E
equals(Object)
- Method in class
Quaternion
Equality test of quaternions.
G
getIpart()
- Method in class
Quaternion
Imaginary part i of the quaternion.
getJpart()
- Method in class
Quaternion
Imaginary part j of the quaternion.
getKpart()
- Method in class
Quaternion
Imaginary part k of the quaternion.
getRpart()
- Method in class
Quaternion
Real part of the quaternion.
H
hashCode()
- Method in class
Quaternion
Integer hashCode has to be the same for equal objects.
I
inverse()
- Method in class
Quaternion
Inverse of the quaternion.
isZero()
- Method in class
Quaternion
Test whether the quaternion is zero.
M
minus(Quaternion)
- Method in class
Quaternion
Difference of quaternions.
N
norm()
- Method in class
Quaternion
Norm of the quaternion.
O
opposite()
- Method in class
Quaternion
Opposite of the quaternion.
P
plus(Quaternion)
- Method in class
Quaternion
Sum of quaternions.
Q
Quaternion
- Class in
<Unnamed>
Quaternions.
Quaternion(double, double, double, double)
- Constructor for class
Quaternion
Constructor from four double values.
T
times(Quaternion)
- Method in class
Quaternion
Product of quaternions.
times(double)
- Method in class
Quaternion
Multiplication by a coefficient.
toString()
- Method in class
Quaternion
Conversion of the quaternion to the string.
V
valueOf(String)
- Static method in class
Quaternion
Conversion from the string to the quaternion.
C
D
E
G
H
I
M
N
O
P
Q
T
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes