|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.geometry.partitioning.SubHyperplane.SplitSubHyperplane<U>
U - Type of the embedding space.public static class SubHyperplane.SplitSubHyperplane<U extends Space>
Class holding the results of the split method.
| Constructor Summary | |
|---|---|
SubHyperplane.SplitSubHyperplane(SubHyperplane<U> plus,
SubHyperplane<U> minus)
Build a SplitSubHyperplane from its parts. |
|
| Method Summary | |
|---|---|
SubHyperplane<U> |
getMinus()
Get the part of the sub-hyperplane on the minus side of the splitting hyperplane. |
SubHyperplane<U> |
getPlus()
Get the part of the sub-hyperplane on the plus side of the splitting hyperplane. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubHyperplane.SplitSubHyperplane(SubHyperplane<U> plus,
SubHyperplane<U> minus)
plus - part of the sub-hyperplane on the plus side of the
splitting hyperplaneminus - part of the sub-hyperplane on the minus side of the
splitting hyperplane| Method Detail |
|---|
public SubHyperplane<U> getPlus()
public SubHyperplane<U> getMinus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||