public class Ilv3DVertex extends Object
Ilv3DModel
.Constructor and Description |
---|
Ilv3DVertex(double x,
double y,
double z)
Constructs an
Ilv3DVertex with the specified coordinates. |
Modifier and Type | Method and Description |
---|---|
double |
getX()
Returns the X coordinate of this
Ilv3DVertex . |
double |
getY()
Returns the Y coordinate of this
Ilv3DVertex . |
double |
getZ()
Returns the Z coordinate of this
Ilv3DVertex . |
void |
setX(double x)
Sets the X coordinate of this
Ilv3DVertex . |
void |
setY(double y)
Sets the Y coordinate of this
Ilv3DVertex . |
void |
setZ(double z)
Sets the Z coordinate of this
Ilv3DVertex . |
public Ilv3DVertex(double x, double y, double z)
Ilv3DVertex
with the specified coordinates.x
- The X coordinate.y
- The Y coordinate.z
- The Z coordinate.public double getX()
Ilv3DVertex
.public void setX(double x)
Ilv3DVertex
.x
- The X coordinate.public double getY()
Ilv3DVertex
.public void setY(double y)
Ilv3DVertex
.y
- The Y coordinate.public double getZ()
Ilv3DVertex
.public void setZ(double z)
Ilv3DVertex
.z
- The Z coordinate.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.