Class ExtendedCoordinate

    • Constructor Detail

      • ExtendedCoordinate

        public ExtendedCoordinate()
        Default constructor
      • ExtendedCoordinate

        public ExtendedCoordinate(double x,
                                  double y,
                                  double z,
                                  double m)
      • ExtendedCoordinate

        public ExtendedCoordinate(Coordinate coord)
    • Method Detail

      • getM

        public double getM()
      • setM

        public void setM(double m)
      • toString

        public String toString()
        Description copied from class: Coordinate
        Returns a String of the form (x,y,z) .
        Overrides:
        toString in class  Coordinate
        Returns:
        a String of the form (x,y,z)