public class ThreeDSPoly extends com.aspose.ms.lang.Struct<ThreeDSPoly> implements Cloneable
| Constructor and Description |
|---|
ThreeDSPoly() |
ThreeDSPoly(int a,
int b,
int c) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
ThreeDSPoly |
Clone() |
void |
CloneTo(ThreeDSPoly that) |
boolean |
equals(Object obj) |
int |
getA() |
int |
getB() |
int |
getC() |
int |
hashCode() |
static boolean |
isEquals(ThreeDSPoly obj1,
ThreeDSPoly obj2) |
void |
setA(int value) |
void |
setB(int value) |
void |
setC(int value) |
String |
toString() |
public ThreeDSPoly()
public ThreeDSPoly(int a,
int b,
int c)
public final int getA()
public final void setA(int value)
public final int getB()
public final void setB(int value)
public final int getC()
public final void setC(int value)
public void CloneTo(ThreeDSPoly that)
CloneTo in class com.aspose.ms.System.ValueType<ThreeDSPoly>public ThreeDSPoly Clone()
Clone in class com.aspose.ms.System.ValueType<ThreeDSPoly>public static boolean isEquals(ThreeDSPoly obj1, ThreeDSPoly obj2)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.