Class Euclidean3D
java.lang.Object
org.hipparchus.geometry.euclidean.threed.Euclidean3D
- All Implemented Interfaces:
Serializable
,Space
This class implements a three-dimensional space.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the dimension of the space.static Euclidean3D
Get the unique instance.Get the n-1 dimension subspace of this space.
-
Method Details
-
getInstance
Get the unique instance.- Returns:
- the unique instance
-
getDimension
public int getDimension()Get the dimension of the space.- Specified by:
getDimension
in interfaceSpace
- Returns:
- dimension of the space
-
getSubSpace
Get the n-1 dimension subspace of this space.- Specified by:
getSubSpace
in interfaceSpace
- Returns:
- n-1 dimension sub-space of this space
- See Also:
-