AxisSystem

Inheritance: java.lang.Object

public class AxisSystem

Axis system is an combination of coordinate system, up vector and front vector.

Constructors

ConstructorDescription
AxisSystem(CoordinateSystem coordinateSystem, Axis up)Constructs a new axis system
AxisSystem(Axis up, Axis front)Constructs a new axis system
AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)Constructs a new axis system

Methods

MethodDescription
equals(Object arg0)
getClass()
getCoordinateSystem()Gets the coordinate system of this axis system.
getFront()Gets the front vector of this axis system
getUp()Gets the up vector of this axis system.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AxisSystem(CoordinateSystem coordinateSystem, Axis up)

public AxisSystem(CoordinateSystem coordinateSystem, Axis up)

Constructs a new axis system

Parameters:

ParameterTypeDescription
coordinateSystemCoordinateSystemThe coordinate system used in this axis system
upAxisThe up vector of the axis system

AxisSystem(Axis up, Axis front)

public AxisSystem(Axis up, Axis front)

Constructs a new axis system

Parameters:

ParameterTypeDescription
upAxisThe up vector of the axis system
frontAxisThe front vector of the axis system

AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)

public AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)

Constructs a new axis system

Parameters:

ParameterTypeDescription
coordinateSystemCoordinateSystemThe coordinate system used in this axis system
upAxisThe up vector of the axis system
frontAxisThe front vector of the axis system

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCoordinateSystem()

public CoordinateSystem getCoordinateSystem()

Gets the coordinate system of this axis system.

Returns: CoordinateSystem

getFront()

public Axis getFront()

Gets the front vector of this axis system

Returns: Axis

getUp()

public Axis getUp()

Gets the up vector of this axis system.

Returns: Axis

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int