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 |
---|---|
SubHyperplane.SplitSubHyperplane<Euclidean1D> |
SubOrientedPoint.split(Hyperplane<Euclidean1D> hyperplane)
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method and Description |
---|---|
SubHyperplane.SplitSubHyperplane<Euclidean3D> |
SubPlane.split(Hyperplane<Euclidean3D> hyperplane)
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method and Description |
---|---|
SubHyperplane.SplitSubHyperplane<Euclidean2D> |
SubLine.split(Hyperplane<Euclidean2D> hyperplane)
Split the instance in two parts by an hyperplane.
|
Modifier and Type | Method and Description |
---|---|
SubHyperplane.SplitSubHyperplane<S> |
SubHyperplane.split(Hyperplane<S> hyperplane)
Split the instance in two parts by an hyperplane.
|
abstract SubHyperplane.SplitSubHyperplane<S> |
AbstractSubHyperplane.split(Hyperplane<S> hyper)
Split the instance in two parts by an hyperplane.
|
Copyright © 2023 CNES. All rights reserved.