|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math3.geometry.euclidean.threed.Euclidean3D
public class Euclidean3D
This class implements a three-dimensional space.
| Nested Class Summary | |
|---|---|
private static class |
Euclidean3D.LazyHolder
Holder for the instance. |
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serializable version identifier. |
| Constructor Summary | |
|---|---|
private |
Euclidean3D()
Private constructor for the singleton. |
| 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. |
private Object |
readResolve()
Handle deserialization of the singleton. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
private Euclidean3D()
| Method Detail |
|---|
public static Euclidean3D getInstance()
public int getDimension()
getDimension in interface Spacepublic Euclidean2D getSubSpace()
getSubSpace in interface SpaceSpace.getDimension()private Object readResolve()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||