public final class Euclidean2D extends Object implements 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 Space
public Euclidean1D getSubSpace()
getSubSpace
in interface Space
Space.getDimension()
Copyright © 2023 CNES. All rights reserved.