AxisSystem

Inheritance: java.lang.Object

public class AxisSystem

نظام المحاور هو مزيج من نظام الإحداثيات، المتجه العلوي والمتجه الأمامي.

المنشئات

منشئالوصف
AxisSystem(CoordinateSystem coordinateSystem, Axis up)ينشئ نظام محور جديد
AxisSystem(Axis up, Axis front)ينشئ نظام محور جديد
AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)ينشئ نظام محور جديد

الطرق

طريقةالوصف
equals(Object arg0)
fromAssetInfo(AssetInfo assetInfo)إنشاء AxisSystem من AssetInfo
getClass()
getCoordinateSystem()يسترجع نظام الإحداثيات لهذا نظام المحور.
getFront()يسترجع متجه الأمام لهذا نظام المحور
getUp()يسترجع متجه الصعود لهذا نظام المحور.
hashCode()
notify()
notifyAll()
toString()
transformTo(AxisSystem targetSystem)إنشاء مصفوفة تُستخدم للتحويل من نظام المحور الحالي إلى نظام المحور الهدف.
wait()
wait(long arg0)
wait(long arg0, int arg1)

AxisSystem(CoordinateSystem coordinateSystem, Axis up)

public AxisSystem(CoordinateSystem coordinateSystem, Axis up)

ينشئ نظام محور جديد

Parameters:

معاملنوعالوصف
coordinateSystemCoordinateSystemنظام الإحداثيات المستخدم في هذا نظام المحور
upAxisمتجه الصعود لنظام المحور

AxisSystem(Axis up, Axis front)

public AxisSystem(Axis up, Axis front)

ينشئ نظام محور جديد

Parameters:

معاملنوعالوصف
upAxisمتجه الصعود لنظام المحور
frontAxisمتجه الأمام لنظام المحور

AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)

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

ينشئ نظام محور جديد

Parameters:

معاملنوعالوصف
coordinateSystemCoordinateSystemنظام الإحداثيات المستخدم في هذا نظام المحور
upAxisمتجه الصعود لنظام المحور
frontAxisمتجه الأمام لنظام المحور

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

معاملنوعالوصف
arg0java.lang.Object

Returns: boolean

fromAssetInfo(AssetInfo assetInfo)

public static AxisSystem fromAssetInfo(AssetInfo assetInfo)

إنشاء AxisSystem من AssetInfo

Parameters:

معاملنوعالوصف
assetInfoAssetInfoمن أي معلومات أصل لقراءة نظام الإحداثيات ومتجه الصعود ومتجه الأمام.

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()

يسترجع نظام الإحداثيات لهذا نظام المحور.

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

getFront()

public Axis getFront()

يسترجع متجه الأمام لهذا نظام المحور

Returns: Axis - the front vector of this axis system

getUp()

public Axis getUp()

يسترجع متجه الصعود لهذا نظام المحور.

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)

إنشاء مصفوفة تُستخدم للتحويل من نظام المحور الحالي إلى نظام المحور الهدف.

Parameters:

معاملنوعالوصف
targetSystemAxisSystemنظام المحور الهدف

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:

معاملنوعالوصف
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

معاملنوعالوصف
arg0long
arg1int