public class EulerAngles
extends java.lang.Object
| Constructor and Description |
|---|
EulerAngles(float heading,
float pitch,
float roll,
float yaw) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
float |
heading()
Gets the heading angle
|
float |
pitch()
Gets the pitch angle
|
float |
roll()
Gets the roll angle
|
java.lang.String |
toString() |
float |
yaw()
Gets the yaw angle
|
public EulerAngles(float heading,
float pitch,
float roll,
float yaw)
public float heading()
public float pitch()
public float roll()
public float yaw()
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