public class Coord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
x
_more_
|
double |
y
_more_
|
double |
z
_more_
|
Constructor and Description |
---|
Coord()
_more_
|
Coord(Coord s)
_more_
|
Coord(double[] lengths)
_more_
|
Coord(double x,
double y,
double z)
_more_
|
Coord(int[] lengths)
_more_
|
Coord(int x,
int y,
int z)
_more_
|
Modifier and Type | Method and Description |
---|---|
int |
getIntX()
_more_
|
int |
getIntY()
_more_
|
int |
getIntZ()
_more_
|
double |
getX()
_more_
|
double |
getY()
_more_
|
double |
getZ()
_more_
|
void |
setX(double s)
_more_
|
void |
setY(double s)
_more_
|
void |
setZ(double s)
_more_
|
java.lang.String |
toString()
_more_
|
public Coord()
public Coord(double x, double y, double z)
x
- y
- z
- public Coord(int x, int y, int z)
x
- y
- z
- public Coord(int[] lengths)
lengths
- public Coord(double[] lengths)
lengths
- public Coord(Coord s)
s
- public int getIntX()
public int getIntY()
public int getIntZ()
public double getX()
public void setX(double s)
s
- public double getY()
public void setY(double s)
s
- public double getZ()
public void setZ(double s)
s
- public java.lang.String toString()
toString
in class java.lang.Object