|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSubHyperplane | |
|---|---|
| org.apache.commons.math3.geometry.euclidean.oned | This package provides basic 1D geometry components. |
| org.apache.commons.math3.geometry.euclidean.threed | This package provides basic 3D geometry components. |
| org.apache.commons.math3.geometry.euclidean.twod | This package provides basic 2D geometry components. |
| org.apache.commons.math3.geometry.partitioning | This package provides classes to implement Binary Space Partition trees. |
| Uses of AbstractSubHyperplane in org.apache.commons.math3.geometry.euclidean.oned |
|---|
| Subclasses of AbstractSubHyperplane in org.apache.commons.math3.geometry.euclidean.oned | |
|---|---|
class |
SubOrientedPoint
This class represents sub-hyperplane for OrientedPoint. |
| Methods in org.apache.commons.math3.geometry.euclidean.oned that return AbstractSubHyperplane | |
|---|---|
protected AbstractSubHyperplane<Euclidean1D,Euclidean1D> |
SubOrientedPoint.buildNew(Hyperplane<Euclidean1D> hyperplane,
Region<Euclidean1D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region. |
| Uses of AbstractSubHyperplane in org.apache.commons.math3.geometry.euclidean.threed |
|---|
| Subclasses of AbstractSubHyperplane in org.apache.commons.math3.geometry.euclidean.threed | |
|---|---|
class |
SubPlane
This class represents a sub-hyperplane for Plane. |
| Methods in org.apache.commons.math3.geometry.euclidean.threed that return AbstractSubHyperplane | |
|---|---|
protected AbstractSubHyperplane<Euclidean3D,Euclidean2D> |
SubPlane.buildNew(Hyperplane<Euclidean3D> hyperplane,
Region<Euclidean2D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region. |
| Uses of AbstractSubHyperplane in org.apache.commons.math3.geometry.euclidean.twod |
|---|
| Subclasses of AbstractSubHyperplane in org.apache.commons.math3.geometry.euclidean.twod | |
|---|---|
class |
SubLine
This class represents a sub-hyperplane for Line. |
| Methods in org.apache.commons.math3.geometry.euclidean.twod that return AbstractSubHyperplane | |
|---|---|
protected AbstractSubHyperplane<Euclidean2D,Euclidean1D> |
SubLine.buildNew(Hyperplane<Euclidean2D> hyperplane,
Region<Euclidean1D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region. |
| Uses of AbstractSubHyperplane in org.apache.commons.math3.geometry.partitioning |
|---|
| Methods in org.apache.commons.math3.geometry.partitioning that return AbstractSubHyperplane | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||