AxisSystem

Inheritance: java.lang.Object

public class AxisSystem

एक्सिस सिस्टम कोऑर्डिनेट सिस्टम, अप वेक्टर और फ्रंट वेक्टर का संयोजन है।

कंस्ट्रक्टर

कंस्ट्रक्टरविवरण
AxisSystem(CoordinateSystem coordinateSystem, Axis up)एक नया axis system बनाता है
AxisSystem(Axis up, Axis front)एक नया axis system बनाता है
AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)एक नया axis system बनाता है

विधियाँ

विधिविवरण
equals(Object arg0)
fromAssetInfo(AssetInfo assetInfo)बनाएँ AxisSystem from AssetInfo
getClass()
getCoordinateSystem()इस axis system का निर्देशांक प्रणाली प्राप्त करता है।
getFront()इस axis system का फ्रंट वेक्टर प्राप्त करता है
getUp()इस axis system का अप वेक्टर प्राप्त करता है।
hashCode()
notify()
notifyAll()
toString()
transformTo(AxisSystem targetSystem)वर्तमान axis system से लक्ष्य axis system में परिवर्तित करने के लिए उपयोग की जाने वाली मैट्रिक्स बनाएँ।
wait()
wait(long arg0)
wait(long arg0, int arg1)

AxisSystem(CoordinateSystem coordinateSystem, Axis up)

public AxisSystem(CoordinateSystem coordinateSystem, Axis up)

एक नया axis system बनाता है

Parameters:

पैरामीटरप्रकारविवरण
coordinateSystemCoordinateSystemइस axis system में उपयोग किया गया निर्देशांक प्रणाली
upAxisaxis system का अप वेक्टर

AxisSystem(Axis up, Axis front)

public AxisSystem(Axis up, Axis front)

एक नया axis system बनाता है

Parameters:

पैरामीटरप्रकारविवरण
upAxisaxis system का अप वेक्टर
frontAxisaxis system का फ्रंट वेक्टर

AxisSystem(CoordinateSystem coordinateSystem, Axis up, Axis front)

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

एक नया axis system बनाता है

Parameters:

पैरामीटरप्रकारविवरण
coordinateSystemCoordinateSystemइस axis system में उपयोग किया गया निर्देशांक प्रणाली
upAxisaxis system का अप वेक्टर
frontAxisaxis system का फ्रंट वेक्टर

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

पैरामीटरप्रकारविवरण
arg0java.lang.Object

Returns: boolean

fromAssetInfo(AssetInfo assetInfo)

public static AxisSystem fromAssetInfo(AssetInfo assetInfo)

बनाएँ AxisSystem from 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()

इस axis system का निर्देशांक प्रणाली प्राप्त करता है।

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

getFront()

public Axis getFront()

इस axis system का फ्रंट वेक्टर प्राप्त करता है

Returns: Axis - the front vector of this axis system

getUp()

public Axis getUp()

इस axis system का अप वेक्टर प्राप्त करता है।

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)

वर्तमान axis system से लक्ष्य axis system में परिवर्तित करने के लिए उपयोग की जाने वाली मैट्रिक्स बनाएँ।

Parameters:

पैरामीटरप्रकारविवरण
targetSystemAxisSystemलक्ष्य axis system

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