| Package | Description | 
|---|---|
| org.hipparchus.geometry.euclidean.oned | 
 
 This package provides basic 1D geometry components. 
 | 
| org.hipparchus.geometry.euclidean.threed | 
 
 This package provides basic 3D geometry components. 
 | 
| org.hipparchus.geometry.euclidean.twod | 
 
 This package provides basic 2D geometry components. 
 | 
| org.hipparchus.geometry.partitioning | 
 This package provides classes to implement Binary Space Partition trees. 
 | 
| org.hipparchus.geometry.spherical.oned | 
 
 This package provides basic geometry components on the 1-sphere. 
 | 
| org.hipparchus.geometry.spherical.twod | 
 
 This package provides basic geometry components on the 2-sphere. 
 | 
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SubLimitAngle
This class represents sub-hyperplane for  
LimitAngle. | 
| Modifier and Type | Method and Description | 
|---|---|
protected AbstractSubHyperplane<Sphere1D,Sphere1D> | 
SubLimitAngle.buildNew(Hyperplane<Sphere1D> hyperplane,
        Region<Sphere1D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SubCircle
This class represents a sub-hyperplane for  
Circle. | 
| Modifier and Type | Method and Description | 
|---|---|
protected AbstractSubHyperplane<Sphere2D,Sphere1D> | 
SubCircle.buildNew(Hyperplane<Sphere2D> hyperplane,
        Region<Sphere1D> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.