Constructor and Description |
---|
SplitSubHyperplane(SubHyperplane<U> plusIn,
SubHyperplane<U> minusIn)
Build a SplitSubHyperplane from its parts.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public SplitSubHyperplane(SubHyperplane<U> plusIn, SubHyperplane<U> minusIn)
plusIn
- part of the sub-hyperplane on the plus side of the
splitting hyperplaneminusIn
- part of the sub-hyperplane on the minus side of the
splitting hyperplanepublic SubHyperplane<U> getPlus()
public SubHyperplane<U> getMinus()
Copyright © 2023 CNES. All rights reserved.