AxisSystem
Inheritance: java.lang.Object
public class AxisSystem
Het assenstelsel is een combinatie van coördinatensysteem, up‑vector en front‑vector.
Constructors
| Constructor | Beschrijving |
|---|---|
| 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
| Methode | Beschrijving |
|---|---|
| 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:
| Parameter | Type | Beschrijving |
|---|---|---|
| coordinateSystem | CoordinateSystem | Het coördinatensysteem dat wordt gebruikt in dit asysteem |
| up | Axis | De up-vector van het asysteem |
AxisSystem(Axis up, Axis front)
public AxisSystem(Axis up, Axis front)
Construeert een nieuw asysteem
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| up | Axis | De up-vector van het asysteem |
| front | Axis | De 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:
| Parameter | Type | Beschrijving |
|---|---|---|
| coordinateSystem | CoordinateSystem | Het coördinatensysteem dat wordt gebruikt in dit asysteem |
| up | Axis | De up-vector van het asysteem |
| front | Axis | De front-vector van het asysteem |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
fromAssetInfo(AssetInfo assetInfo)
public static AxisSystem fromAssetInfo(AssetInfo assetInfo)
Maak AxisSystem van AssetInfo
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| assetInfo | AssetInfo | Van 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:
| Parameter | Type | Beschrijving |
|---|---|---|
| targetSystem | AxisSystem | Doel-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:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long | |
| arg1 | int |