|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D
public class Euclidean2D
This class implements a three-dimensional space.
Method Summary | |
---|---|
int |
getDimension()
Get the dimension of the space. |
static Euclidean2D |
getInstance()
Get the unique instance. |
Euclidean1D |
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 |
---|
public static Euclidean2D getInstance()
public int getDimension()
getDimension
in interface Space
public Euclidean1D getSubSpace()
getSubSpace
in interface Space
Space.getDimension()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |