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 | Class and Description |
---|---|
class |
SubOrientedPoint
This class represents sub-hyperplane for
OrientedPoint . |
Modifier and Type | Method and Description |
---|---|
protected AbstractSubHyperplane<Euclidean1D,Euclidean1D> |
SubOrientedPoint.buildNew(Hyperplane<Euclidean1D> hyperplane,
Region<Euclidean1D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region.
|
Modifier and Type | Class and Description |
---|---|
class |
SubPlane
This class represents a sub-hyperplane for
Plane . |
Modifier and Type | Method and Description |
---|---|
protected AbstractSubHyperplane<Euclidean3D,Euclidean2D> |
SubPlane.buildNew(Hyperplane<Euclidean3D> hyperplane,
Region<Euclidean2D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region.
|
Modifier and Type | Class and Description |
---|---|
class |
SubLine
This class represents a sub-hyperplane for
Line . |
Modifier and Type | Method and Description |
---|---|
protected AbstractSubHyperplane<Euclidean2D,Euclidean1D> |
SubLine.buildNew(Hyperplane<Euclidean2D> hyperplane,
Region<Euclidean1D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region.
|
Modifier and Type | Method and Description |
---|---|
AbstractSubHyperplane<S,T> |
AbstractSubHyperplane.applyTransform(Transform<S,T> transform)
Apply a transform to the instance.
|
protected abstract AbstractSubHyperplane<S,T> |
AbstractSubHyperplane.buildNew(Hyperplane<S> hyper,
Region<T> remaining)
Build a sub-hyperplane from an hyperplane and a region.
|
AbstractSubHyperplane<S,T> |
AbstractSubHyperplane.copySelf()
Copy the instance.
|
AbstractSubHyperplane<S,T> |
AbstractSubHyperplane.reunite(SubHyperplane<S> other)
Compute the union of the instance and another sub-hyperplane.
|
Copyright © 2017 CNES. All rights reserved.