public class

AngledLocation

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

Summary

Fields
public float angle
[Expand]
Inherited Fields
From class net.gtaun.shoebill.data.Location
From class net.gtaun.shoebill.data.Vector3D
From class net.gtaun.shoebill.data.Vector2D
Public Constructors
AngledLocation()
AngledLocation(float x, float y, float z, float angle)
AngledLocation(float x, float y, float z, int worldId, float angle)
AngledLocation(float x, float y, float z, int interiorId, int worldId, float angle)
AngledLocation(Vector3D pos, int worldId, float angle)
AngledLocation(Vector3D pos, int interiorId, int worldId, float angle)
AngledLocation(Location loc, float angle)
AngledLocation(AngledLocation loc)
Public Methods
AngledLocation clone()
boolean equals(Object obj)
float getAngle()
int hashCode()
void set(float x, float y, float z, float angle)
void set(float x, float y, float z, int interiorId, int worldId, float angle)
void set(Vector3D pos, float angle)
void set(Vector3D pos, int worldId, float angle)
void set(Vector3D pos, int interiorId, int worldId, float angle)
void set(AngledLocation loc)
void set(float x, float y, float z, int worldId, float angle)
void setAngle(float angle)
String toLegibleString()
String toString()
[Expand]
Inherited Methods
From class net.gtaun.shoebill.data.Location
From class net.gtaun.shoebill.data.Vector3D
From class net.gtaun.shoebill.data.Vector2D
From class java.lang.Object

Fields

public float angle

Public Constructors

public AngledLocation ()

public AngledLocation (float x, float y, float z, float angle)

public AngledLocation (float x, float y, float z, int worldId, float angle)

public AngledLocation (float x, float y, float z, int interiorId, int worldId, float angle)

public AngledLocation (Vector3D pos, int worldId, float angle)

public AngledLocation (Vector3D pos, int interiorId, int worldId, float angle)

public AngledLocation (Location loc, float angle)

public AngledLocation (AngledLocation loc)

Public Methods

public AngledLocation clone ()

public boolean equals (Object obj)

public float getAngle ()

public int hashCode ()

public void set (float x, float y, float z, float angle)

public void set (float x, float y, float z, int interiorId, int worldId, float angle)

public void set (Vector3D pos, float angle)

public void set (Vector3D pos, int worldId, float angle)

public void set (Vector3D pos, int interiorId, int worldId, float angle)

public void set (AngledLocation loc)

public void set (float x, float y, float z, int worldId, float angle)

public void setAngle (float angle)

public String toLegibleString ()

public String toString ()