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) |
Vector3F |
getAxisX() |
Vector3F |
getAxisY() |
Vector3F |
getAxisZ() |
Vector3F |
getCenter() |
int |
hashCode() |
static boolean |
isEquals(ThreeDSCoordinateSystem obj1,
ThreeDSCoordinateSystem obj2) |
void |
setAxisX(Vector3F value) |
void |
setAxisY(Vector3F value) |
void |
setAxisZ(Vector3F value) |
void |
setCenter(Vector3F value) |
public final Vector3F getAxisX()
public final void setAxisX(Vector3F value)
public final Vector3F getAxisY()
public final void setAxisY(Vector3F value)
public final Vector3F getAxisZ()
public final void setAxisZ(Vector3F value)
public final Vector3F getCenter()
public final void setCenter(Vector3F 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)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.