public class AngularVelocity
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEGS_PER_SEC
Degrees per second
|
| Constructor and Description |
|---|
AngularVelocity(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 |
x()
Gets the angular velocity around the x-axis
|
float |
y()
Gets the angular velocity around the y-axis
|
float |
z()
Gets the angular velocity around the z-axis
|
protected static final java.lang.String DEGS_PER_SEC
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