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