| Package | Description | 
|---|---|
| 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. | 
| org.apache.commons.math3.geometry.spherical.oned | 
 This package provides basic geometry components on the 1-sphere. | 
| org.apache.commons.math3.geometry.spherical.twod | 
 This package provides basic geometry components on the 2-sphere. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SubOrientedPointThis 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  | SubPlaneThis 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  | SubLineThis 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  | SubLimitAngleThis 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  | SubCircleThis 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 © 2003–2016 The Apache Software Foundation. All rights reserved.