Package | Description |
---|---|
fr.cnes.sirius.patrius.math.geometry.euclidean.oned | |
fr.cnes.sirius.patrius.math.geometry.euclidean.threed | |
fr.cnes.sirius.patrius.math.geometry.euclidean.twod | |
fr.cnes.sirius.patrius.math.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
Modifier and Type | Method and Description |
---|---|
Side |
SubOrientedPoint.side(Hyperplane<Euclidean1D> hyperplane)
Compute the relative position of the instance with respect
to an hyperplane.
|
Modifier and Type | Method and Description |
---|---|
Side |
SubPlane.side(Hyperplane<Euclidean3D> hyperplane)
Compute the relative position of the instance with respect
to an hyperplane.
|
Modifier and Type | Method and Description |
---|---|
Side |
SubLine.side(Hyperplane<Euclidean2D> hyperplane)
Compute the relative position of the instance with respect
to an hyperplane.
|
Modifier and Type | Method and Description |
---|---|
Side |
Region.side(Hyperplane<S> hyperplane)
Compute the relative position of the instance with respect to an
hyperplane.
|
abstract Side |
AbstractSubHyperplane.side(Hyperplane<S> hyper)
Compute the relative position of the instance with respect
to an hyperplane.
|
Side |
AbstractRegion.side(Hyperplane<S> hyperplane)
Compute the relative position of the instance with respect to an
hyperplane.
|
Side |
SubHyperplane.side(Hyperplane<S> hyperplane)
Compute the relative position of the instance with respect
to an hyperplane.
|
static Side |
Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 CNES. All rights reserved.