mathematik
Class Quaternion
java.lang.Object
mathematik.Quaternion
public class Quaternion
- extends java.lang.Object
|
Field Summary |
float |
w
|
float |
x
|
float |
y
|
float |
z
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
w
public float w
x
public float x
y
public float y
z
public float z
Quaternion
public Quaternion()
Quaternion
public Quaternion(float theW,
float theX,
float theY,
float theZ)
reset
public void reset()
set
public void set(float theW,
Vector3f theVector3f)
set
public void set(Quaternion theQuaternion)
multiply
public void multiply(Quaternion theA,
Quaternion theB)
getVectorAndAngle
public Vector4f getVectorAndAngle()
processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009