Class SphericalCoordinates.DataTransferObject

java.lang.Object
org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinates.DataTransferObject
All Implemented Interfaces:
Serializable
Enclosing class:
SphericalCoordinates

private static class SphericalCoordinates.DataTransferObject extends Object implements Serializable
Internal class used only for serialization.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable UID.
      See Also:
    • x

      private final double x
      Abscissa.
    • y

      private final double y
      Ordinate.
    • z

      private final double z
      Height.
  • Constructor Details

    • DataTransferObject

      DataTransferObject(double x, double y, double z)
      Simple constructor.
      Parameters:
      x - abscissa
      y - ordinate
      z - height
  • Method Details