|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspoke.math.numeric.Arithmetic
spoke.math.numeric.SpokeVector
spoke.math.numeric.Quaternion
public class Quaternion
Field Summary |
---|
Fields inherited from class spoke.math.numeric.SpokeVector |
---|
element, n |
Method Summary | |
---|---|
Arithmetic |
multiply(Arithmetic arithmetic)
|
protected Arithmetic |
newinstance(int n)
|
static Quaternion |
valueOf(double x,
double y,
double z,
double w)
|
Methods inherited from class spoke.math.numeric.SpokeVector |
---|
add, add, divide, divide, multiply, negate, newinstance, norm, norm2, normalize, scalarProduct, signum, subtract, subtract, unity, valueof, vectorProduct |
Methods inherited from class spoke.math.numeric.Arithmetic |
---|
compareTo, pow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Arithmetic multiply(Arithmetic arithmetic)
multiply
in class SpokeVector
public static Quaternion valueOf(double x, double y, double z, double w)
protected Arithmetic newinstance(int n)
newinstance
in class SpokeVector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |