org.apache.commons.math3.geometry.euclidean.threed
Class Euclidean3D

java.lang.Object
  extended by org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D
All Implemented Interfaces:
Serializable, Space

public class Euclidean3D
extends Object
implements Serializable, Space

This class implements a three-dimensional space.

Since:
3.0
Version:
$Id: Euclidean3D.java 3720 2012-03-16 16:34:17Z CardosoP $
See Also:
Serialized Form

Method Summary
 int getDimension()
          Get the dimension of the space.
static Euclidean3D getInstance()
          Get the unique instance.
 Euclidean2D getSubSpace()
          Get the n-1 dimension subspace of this space.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getSubSpace

public Euclidean2D getSubSpace()
Get the n-1 dimension subspace of this space.

Specified by:
getSubSpace in interface Space
Returns:
n-1 dimension sub-space of this space
See Also:
Space.getDimension()


Copyright © 2017 CNES. All Rights Reserved.