java.lang.Object
io.github.simplexdev.polarize.cartesian.Point2D
All Implemented Interfaces:
IPoint2D

public class Point2D extends Object implements IPoint2D
  • Constructor Details

  • Method Details

    • getX

      public Point.X 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

      public Point.Z 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.