| java.lang.Object | |||
| ↳ | net.gtaun.shoebill.data.Vector2D | ||
| ↳ | net.gtaun.shoebill.data.Vector3D | ||
| ↳ | net.gtaun.shoebill.data.Velocity | ||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.gtaun.shoebill.data.Vector3D
| |||||||||||
From class
net.gtaun.shoebill.data.Vector2D
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Velocity() | |||||||||||
| Velocity(float x, float y, float z) | |||||||||||
| Velocity(Vector3D vec) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| float | angle2d() | ||||||||||
| float | angleZ() | ||||||||||
| Velocity | clone() | ||||||||||
| boolean | equals(Object obj) | ||||||||||
| int | hashCode() | ||||||||||
| float | speed2d() | ||||||||||
| float | speed3d() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.gtaun.shoebill.data.Vector3D
| |||||||||||
From class
net.gtaun.shoebill.data.Vector2D
| |||||||||||
From class
java.lang.Object
| |||||||||||