@Persistent
public class Quaternion
extends java.lang.Object
| Constructor and Description |
|---|
Quaternion() |
Quaternion(float w,
float x,
float y,
float z) |
| Modifier and Type | Method and Description |
|---|---|
Quaternion |
clone() |
public Quaternion()
public Quaternion(float w,
float x,
float y,
float z)
public Quaternion clone()
clone in class java.lang.Object