public class ExtendedCoordinate extends Coordinate
Coordinate.DimensionalComparator NULL_ORDINATE, x, X, y, Y, z, Z| Constructor and Description |
|---|
ExtendedCoordinate()
Default constructor
|
ExtendedCoordinate(Coordinate
|
ExtendedCoordinate(double x, double y, double z, double m)
|
ExtendedCoordinate(ExtendedCoordinate
|
| Modifier and Type | Method and Description |
|---|---|
double |
getM()
|
void |
setM(double m)
|
String |
toString()
Returns a
String of the form
(x,y,z) .
|
clone, compareTo, distance, equals, equals2D, equals3D, getOrdinate, hashCode, hashCode, setCoordinate, setOrdinatepublic ExtendedCoordinate()
public ExtendedCoordinate(double x,
double y,
double z,
double m)public ExtendedCoordinate(Coordinatecoord)
public ExtendedCoordinate(ExtendedCoordinatecoord)
public double getM()
public void setM(double m)
public StringtoString()
Coordinate
String of the form
(x,y,z) .
toString in class
Coordinate
String of the form
(x,y,z)