public class ThreeDSCoordinateSystem extends com.aspose.ms.lang.Struct<ThreeDSCoordinateSystem> implements Cloneable
Constructor and Description |
---|
ThreeDSCoordinateSystem() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ThreeDSCoordinateSystem |
Clone() |
void |
CloneTo(ThreeDSCoordinateSystem that) |
boolean |
equals(Object obj) |
com.aspose.foundation.rendering.threed.ApsVector3F |
getAxisX() |
com.aspose.foundation.rendering.threed.ApsVector3F |
getAxisY() |
com.aspose.foundation.rendering.threed.ApsVector3F |
getAxisZ() |
com.aspose.foundation.rendering.threed.ApsVector3F |
getCenter() |
int |
hashCode() |
static boolean |
isEquals(ThreeDSCoordinateSystem obj1,
ThreeDSCoordinateSystem obj2) |
void |
setAxisX(com.aspose.foundation.rendering.threed.ApsVector3F value) |
void |
setAxisY(com.aspose.foundation.rendering.threed.ApsVector3F value) |
void |
setAxisZ(com.aspose.foundation.rendering.threed.ApsVector3F value) |
void |
setCenter(com.aspose.foundation.rendering.threed.ApsVector3F value) |
public final com.aspose.foundation.rendering.threed.ApsVector3F getAxisX()
public final void setAxisX(com.aspose.foundation.rendering.threed.ApsVector3F value)
public final com.aspose.foundation.rendering.threed.ApsVector3F getAxisY()
public final void setAxisY(com.aspose.foundation.rendering.threed.ApsVector3F value)
public final com.aspose.foundation.rendering.threed.ApsVector3F getAxisZ()
public final void setAxisZ(com.aspose.foundation.rendering.threed.ApsVector3F value)
public final com.aspose.foundation.rendering.threed.ApsVector3F getCenter()
public final void setCenter(com.aspose.foundation.rendering.threed.ApsVector3F value)
public void CloneTo(ThreeDSCoordinateSystem that)
CloneTo
in class com.aspose.ms.System.ValueType<ThreeDSCoordinateSystem>
public ThreeDSCoordinateSystem Clone()
Clone
in class com.aspose.ms.System.ValueType<ThreeDSCoordinateSystem>
public static boolean isEquals(ThreeDSCoordinateSystem obj1, ThreeDSCoordinateSystem obj2)