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 | Description |
---|---|---|
class |
IntervalsSet |
This class represents a 1D region: a set of intervals.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PolyhedronsSet |
This class represents a 3D region: a set of polyhedrons.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PolygonsSet |
This class represents a 2D region: a set of polygons.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
class |
ArcsSet |
This class represents a region of a circle: a set of arcs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SphericalPolygonsSet |
This class represents a region on the 2-sphere: a set of spherical polygons.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.