Class HeightCoordinatesImpl

  • All Implemented Interfaces:
    Coordinates

    public class HeightCoordinatesImpl
    extends java.lang.Object
    implements Coordinates
    • Field Detail

      • x

        protected final float x
      • y

        protected final float y
      • h

        protected final float h
    • Constructor Detail

      • HeightCoordinatesImpl

        public HeightCoordinatesImpl​(float x,
                                     float y,
                                     float h)