| 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  | IntervalsSetThis class represents a 1D region: a set of intervals. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PolyhedronsSetThis class represents a 3D region: a set of polyhedrons. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PolygonsSetThis class represents a 2D region: a set of polygons. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractRegion<S,T> | AbstractRegion. applyTransform(Transform<S,T> transform)Transform a region. | 
| abstract AbstractRegion<S,T> | AbstractRegion. buildNew(BSPTree<S> newTree)Build a region using the instance as a prototype. | 
| AbstractRegion<S,T> | AbstractRegion. copySelf()Copy the instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArcsSetThis class represents a region of a circle: a set of arcs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SphericalPolygonsSetThis class represents a region on the 2-sphere: a set of spherical polygons. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.