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 | 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.
|
Constructor and Description |
---|
SubOrientedPoint(Hyperplane<Euclidean1D> hyperplane,
Region<Euclidean1D> remainingRegion)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PolyhedronsSet
This class represents a 3D region: a set of polyhedrons.
|
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.
|
Constructor and Description |
---|
SubPlane(Hyperplane<Euclidean3D> hyperplane,
Region<Euclidean2D> remainingRegion)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PolygonsSet
This class represents a 2D region: a set of polygons.
|
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.
|
Constructor and Description |
---|
SubLine(Hyperplane<Euclidean2D> hyperplane,
Region<Euclidean1D> remainingRegion)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegion<S extends Space,T extends Space>
Abstract class for all regions, independently of geometry type or dimension.
|
Modifier and Type | Method and Description |
---|---|
Region<S> |
RegionFactory.buildConvex(Hyperplane<S>... hyperplanes)
Build a convex region from a collection of bounding hyperplanes.
|
Region<S> |
Region.buildNew(BSPTree<S> newTree)
Build a region using the instance as a prototype.
|
Region<S> |
Region.copySelf()
Copy the instance.
|
Region<S> |
RegionFactory.difference(Region<S> region1,
Region<S> region2)
Compute the difference of two regions.
|
Region<S> |
RegionFactory.getComplement(Region<S> region)
Get the complement of the region (exchanged interior/exterior).
|
Region<T> |
AbstractSubHyperplane.getRemainingRegion()
Get the remaining region of the hyperplane.
|
Region<S> |
RegionFactory.intersection(Region<S> region1,
Region<S> region2)
Compute the intersection of two regions.
|
Region<S> |
RegionFactory.union(Region<S> region1,
Region<S> region2)
Compute the union of two regions.
|
Region<S> |
Hyperplane.wholeSpace()
Build a region covering the whole space.
|
Region<S> |
RegionFactory.xor(Region<S> region1,
Region<S> region2)
Compute the symmetric difference (exclusive or) of two regions.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSubHyperplane<S,T> |
AbstractSubHyperplane.buildNew(Hyperplane<S> hyper,
Region<T> remaining)
Build a sub-hyperplane from an hyperplane and a region.
|
boolean |
Region.contains(Region<S> region)
Check if the instance entirely contains another region.
|
boolean |
AbstractRegion.contains(Region<S> region)
Check if the instance entirely contains another region.
|
Region<S> |
RegionFactory.difference(Region<S> region1,
Region<S> region2)
Compute the difference of two regions.
|
Region<S> |
RegionFactory.difference(Region<S> region1,
Region<S> region2)
Compute the difference of two regions.
|
Region<S> |
RegionFactory.getComplement(Region<S> region)
Get the complement of the region (exchanged interior/exterior).
|
Region<S> |
RegionFactory.intersection(Region<S> region1,
Region<S> region2)
Compute the intersection of two regions.
|
Region<S> |
RegionFactory.intersection(Region<S> region1,
Region<S> region2)
Compute the intersection of two regions.
|
Region<S> |
RegionFactory.union(Region<S> region1,
Region<S> region2)
Compute the union of two regions.
|
Region<S> |
RegionFactory.union(Region<S> region1,
Region<S> region2)
Compute the union of two regions.
|
Region<S> |
RegionFactory.xor(Region<S> region1,
Region<S> region2)
Compute the symmetric difference (exclusive or) of two regions.
|
Region<S> |
RegionFactory.xor(Region<S> region1,
Region<S> region2)
Compute the symmetric difference (exclusive or) of two regions.
|
Constructor and Description |
---|
AbstractSubHyperplane(Hyperplane<S> hyperplaneIn,
Region<T> remainingRegionIn)
Build a sub-hyperplane from an hyperplane and a region.
|
Copyright © 2021 CNES. All rights reserved.