Serializable, Spacepublic class Euclidean3D extends Object implements Serializable, Space
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
public static Euclidean3D getInstance()
public int getDimension()
getDimension in interface Spacepublic Euclidean2D getSubSpace()
getSubSpace in interface SpaceSpace.getDimension()Copyright © 2016–2018 Hipparchus.org. All rights reserved.