AxisSystem

Inheritance: java.lang.Object

public class AxisSystem

Het assenstelsel is een combinatie van coördinatensysteem, up‑vector en front‑vector.

Constructors

ConstructorBeschrijving
AxisSystem(CoordinateSystem coordinateSystem, Axis up)Construeert een nieuw asysteem
AxisSystem(Axis up, Axis front)Construeert een nieuw asysteem
AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)Construeert een nieuw asysteem

Methoden

MethodeBeschrijving
equals(Object arg0)
fromAssetInfo(AssetInfo assetInfo)Maak AxisSystem van AssetInfo
getClass()
getCoordinateSystem()Haalt het coördinatensysteem op van dit asysteem.
getFront()Haalt de front-vector op van dit asysteem
getUp()Haalt de up-vector op van dit asysteem.
hashCode()
notify()
notifyAll()
toString()
transformTo(AxisSystem targetSystem)Maak een matrix die wordt gebruikt om van het huidige asysteem naar het doel-asysteem te converteren.
wait()
wait(long arg0)
wait(long arg0, int arg1)

AxisSystem(CoordinateSystem coordinateSystem, Axis up)

public AxisSystem(CoordinateSystem coordinateSystem, Axis up)

Construeert een nieuw asysteem

Parameters:

ParameterTypeBeschrijving
coordinateSystemCoordinateSystemHet coördinatensysteem dat wordt gebruikt in dit asysteem
upAxisDe up-vector van het asysteem

AxisSystem(Axis up, Axis front)

public AxisSystem(Axis up, Axis front)

Construeert een nieuw asysteem

Parameters:

ParameterTypeBeschrijving
upAxisDe up-vector van het asysteem
frontAxisDe front-vector van het asysteem

AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)

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

Construeert een nieuw asysteem

Parameters:

ParameterTypeBeschrijving
coordinateSystemCoordinateSystemHet coördinatensysteem dat wordt gebruikt in dit asysteem
upAxisDe up-vector van het asysteem
frontAxisDe front-vector van het asysteem

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeBeschrijving
arg0java.lang.Object

Returns: boolean

fromAssetInfo(AssetInfo assetInfo)

public static AxisSystem fromAssetInfo(AssetInfo assetInfo)

Maak AxisSystem van AssetInfo

Parameters:

ParameterTypeBeschrijving
assetInfoAssetInfoVan welke assetinfo moet het coördinatensysteem, de up- en front-vector worden gelezen.

Returns: AxisSystem - Axis system containg coordinate system, up, front from given asset info

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCoordinateSystem()

public CoordinateSystem getCoordinateSystem()

Haalt het coördinatensysteem op van dit asysteem.

Returns: CoordinateSystem - the coordinate system of this axis system.

getFront()

public Axis getFront()

Haalt de front-vector op van dit asysteem

Returns: Axis - the front vector of this axis system

getUp()

public Axis getUp()

Haalt de up-vector op van dit asysteem.

Returns: Axis - the up vector of this axis system.

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

transformTo(AxisSystem targetSystem)

public Matrix4 transformTo(AxisSystem targetSystem)

Maak een matrix die wordt gebruikt om van het huidige asysteem naar het doel-asysteem te converteren.

Parameters:

ParameterTypeBeschrijving
targetSystemAxisSystemDoel-asysteem

Returns: Matrix4 - A new transformation matrix to do the axis conversion

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeBeschrijving
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeBeschrijving
arg0long
arg1int