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:
| معامل | نوع | الوصف |
|---|---|---|
| coordinateSystem | CoordinateSystem | نظام الإحداثيات المستخدم في هذا نظام المحور |
| up | Axis | متجه الصعود لنظام المحور |
AxisSystem(Axis up, Axis front)
public AxisSystem(Axis up, Axis front)
ينشئ نظام محور جديد
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| up | Axis | متجه الصعود لنظام المحور |
| front | Axis | متجه الأمام لنظام المحور |
AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)
public AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)
ينشئ نظام محور جديد
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| coordinateSystem | CoordinateSystem | نظام الإحداثيات المستخدم في هذا نظام المحور |
| up | Axis | متجه الصعود لنظام المحور |
| front | Axis | متجه الأمام لنظام المحور |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
fromAssetInfo(AssetInfo assetInfo)
public static AxisSystem fromAssetInfo(AssetInfo assetInfo)
إنشاء AxisSystem من AssetInfo
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| assetInfo | AssetInfo | من أي معلومات أصل لقراءة نظام الإحداثيات ومتجه الصعود ومتجه الأمام. |
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:
| معامل | نوع | الوصف |
|---|---|---|
| targetSystem | AxisSystem | نظام المحور الهدف |
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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |