com.phoenix_int.aserver.types
Class PHXOrientation
java.lang.Object
com.phoenix_int.aserver.types.PHXOrientation
public class PHXOrientation
- extends java.lang.Object
This is a utility class for holding orientation information. The
class is used as one of the parts of the PHXGeomInfo class
|
Constructor Summary |
PHXOrientation(boolean hasRotation,
boolean hasTranslation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PHXOrientation
public PHXOrientation(boolean hasRotation,
boolean hasTranslation)
- Parameters:
hasRotation - true if the object uses the rotation variableshasTranslation - true if the object uses the translation variables
getRotX
public double getRotX()
getRotY
public double getRotY()
getRotZ
public double getRotZ()
getHasRotation
public boolean getHasRotation()
getTransX
public double getTransX()
getTransY
public double getTransY()
getTransZ
public double getTransZ()
getHasTranslation
public boolean getHasTranslation()
setRotX
public void setRotX(double v)
setRotY
public void setRotY(double v)
setRotZ
public void setRotZ(double v)
setTransX
public void setTransX(double v)
setTransY
public void setTransY(double v)
setTransZ
public void setTransZ(double v)