public class

Velocity

extends Vector3D
implements Serializable Cloneable
java.lang.Object
   ↳ net.gtaun.shoebill.data.Vector2D
     ↳ net.gtaun.shoebill.data.Vector3D
       ↳ net.gtaun.shoebill.data.Velocity

Summary

[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

Public Constructors

public Velocity ()

public Velocity (float x, float y, float z)

public Velocity (Vector3D vec)

Public Methods

public float angle2d ()

public float angleZ ()

public Velocity clone ()

public boolean equals (Object obj)

public int hashCode ()

public float speed2d ()

public float speed3d ()

public String toString ()