-
Constructor Summary
Constructors
-
Method Summary
Returns the X coordinate of the point.
Returns the Z coordinate of the point.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getX
Description copied from interface: IPoint2D
Returns the X coordinate of the point.
- Specified by:
getX in interface IPoint2D
- Returns:
- The X coordinate of the point.
-
getZ
Description copied from interface: IPoint2D
Returns the Z coordinate of the point.
- Specified by:
getZ in interface IPoint2D
- Returns:
- The Z coordinate of the point.