SubHyperplane<Sphere1D>public class SubLimitAngle extends AbstractSubHyperplane<Sphere1D,Sphere1D>
LimitAngle.
Instances of this class are guaranteed to be immutable.
SubHyperplane.SplitSubHyperplane<U extends Space>| Constructor | Description |
|---|---|
SubLimitAngle(Hyperplane<Sphere1D> hyperplane,
Region<Sphere1D> remainingRegion) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractSubHyperplane<Sphere1D,Sphere1D> |
buildNew(Hyperplane<Sphere1D> hyperplane,
Region<Sphere1D> remainingRegion) |
Build a sub-hyperplane from an hyperplane and a region.
|
double |
getSize() |
Get the size of the instance.
|
boolean |
isEmpty() |
Check if the instance is empty.
|
SubHyperplane.SplitSubHyperplane<Sphere1D> |
split(Hyperplane<Sphere1D> hyperplane) |
Split the instance in two parts by an hyperplane.
|
applyTransform, copySelf, getHyperplane, getRemainingRegion, reunitepublic SubLimitAngle(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion)
hyperplane - underlying hyperplaneremainingRegion - remaining region of the hyperplanepublic double getSize()
getSize in interface SubHyperplane<Sphere1D>getSize in class AbstractSubHyperplane<Sphere1D,Sphere1D>public boolean isEmpty()
isEmpty in interface SubHyperplane<Sphere1D>isEmpty in class AbstractSubHyperplane<Sphere1D,Sphere1D>protected AbstractSubHyperplane<Sphere1D,Sphere1D> buildNew(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion)
buildNew in class AbstractSubHyperplane<Sphere1D,Sphere1D>hyperplane - underlying hyperplaneremainingRegion - remaining region of the hyperplanepublic SubHyperplane.SplitSubHyperplane<Sphere1D> split(Hyperplane<Sphere1D> hyperplane)
split in interface SubHyperplane<Sphere1D>split in class AbstractSubHyperplane<Sphere1D,Sphere1D>hyperplane - splitting hyperplaneCopyright © 2016–2018 Hipparchus.org. All rights reserved.