|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectdxfExporter.DXFPoint
Defines the x-, y- and z- coordinates of a 3D point in DXF drawing units.
Field Summary | |
float |
X
Specifies the X-coordinate of the point. |
float |
Y
Specifies the Y-coordinate of the point. |
float |
Z
Specifies the Z-coordinate of the point. |
Constructor Summary | |
DXFPoint()
Constructs (0, 0, 0) point. |
|
DXFPoint(DXFPoint Pt)
|
|
DXFPoint(float X,
float Y,
float Z)
|
Method Summary | |
void |
setTo(float X,
float Y,
float Z)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public float X
public float Y
public float Z
Constructor Detail |
public DXFPoint()
public DXFPoint(float X, float Y, float Z)
public DXFPoint(DXFPoint Pt)
Method Detail |
public void setTo(float X, float Y, float Z)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |