public class EulerAngle extends Object
Modifier and Type | Field and Description |
---|---|
protected float |
pitch |
protected float |
roll |
protected float |
yaw |
Constructor and Description |
---|
EulerAngle(float pitch,
float yaw,
float roll) |
EulerAngle(ListTag serialized) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
float |
getPitch() |
float |
getRoll() |
float |
getYaw() |
ListTag |
serialize() |
protected final float pitch
protected final float yaw
protected final float roll
public EulerAngle(float pitch, float yaw, float roll)
public EulerAngle(ListTag serialized)