Class Euclidean3D

  • All Implemented Interfaces:
    java.io.Serializable, Space

    public class Euclidean3D
    extends java.lang.Object
    implements java.io.Serializable, Space
    This class implements a three-dimensional space.
    Since:
    3.0
    See Also:
    Serialized Form
    • Method Detail

      • getInstance

        public static Euclidean3D getInstance()
        Get the unique instance.
        Returns:
        the unique instance
      • getDimension

        public int getDimension()
        Get the dimension of the space.
        Specified by:
        getDimension in interface Space
        Returns:
        dimension of the space