Package | Description |
---|---|
fr.cnes.sirius.patrius.math.geometry.euclidean.oned | |
fr.cnes.sirius.patrius.math.geometry.euclidean.threed | |
fr.cnes.sirius.patrius.math.geometry.euclidean.twod | |
fr.cnes.sirius.patrius.math.geometry.partitioning |
This package provides classes to implement Binary Space Partition trees.
|
Modifier and Type | Class and Description |
---|---|
class |
IntervalsSet
This class represents a 1D region: a set of intervals.
|
Modifier and Type | Class and Description |
---|---|
class |
PolyhedronsSet
This class represents a 3D region: a set of polyhedrons.
|
Modifier and Type | Class and Description |
---|---|
class |
PolygonsSet
This 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.
|
Copyright © 2017 CNES. All rights reserved.