public class Quaternion
extends java.lang.Object
| Constructor and Description |
|---|
Quaternion(float w,
float x,
float y,
float z) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
float |
w()
Gets the value of the w component
|
float |
x()
Gets the value of the x component
|
float |
y()
Gets the value of the y component
|
float |
z()
Gets the value of the z component
|
public float w()
public float x()
public float y()
public float z()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object