public abstract class APoint
extends java.lang.Object
| Constructor and Description |
|---|
APoint()
Default constructor
|
APoint(double x,
double y,
double z) |
| Modifier and Type | Method and Description |
|---|---|
double |
getX() |
double |
getY() |
double |
getZ() |
void |
setX(double x) |
double |
setY(double y) |
double |
setZ(double z) |
abstract java.lang.String |
toString() |
public APoint()
public APoint(double x,
double y,
double z)
public double getX()
public void setX(double x)
x - the x to setpublic double getY()
public double setY(double y)
y - the y to setpublic double getZ()
public double setZ(double z)
z - the z to setpublic abstract java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.