Package | Description |
---|---|
fr.cnes.sirius.patrius.math.geometry | |
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 | Interface and Description |
---|---|
interface |
Vector<S extends Space>
This interface represents a generic vector in a vectorial space or a point in an affine space.
|
class |
VectorFormat<S extends Space>
Formats a vector in components list format "{x; y; ...}".
|
Modifier and Type | Method and Description |
---|---|
Space |
Vector.getSpace()
Get the space to which the vector belongs.
|
Space |
Space.getSubSpace()
Get the n-1 dimension subspace of this space.
|
Modifier and Type | Class and Description |
---|---|
class |
Euclidean1D
This class implements a one-dimensional space.
|
Modifier and Type | Method and Description |
---|---|
Space |
Vector1D.getSpace()
Get the space to which the vector belongs.
|
Space |
Euclidean1D.getSubSpace()
Get the n-1 dimension subspace of this space.
|
Modifier and Type | Class and Description |
---|---|
class |
Euclidean3D
This class implements a three-dimensional space.
|
Modifier and Type | Method and Description |
---|---|
Space |
Vector3D.getSpace()
Get the space to which the vector belongs.
|
Modifier and Type | Class and Description |
---|---|
class |
Euclidean2D
This class implements a three-dimensional space.
|
Modifier and Type | Method and Description |
---|---|
Space |
Vector2D.getSpace()
Get the space to which the vector belongs.
|
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.
|
class |
AbstractRegion<S extends Space,T extends Space>
Abstract class for all regions, independently of geometry type or dimension.
|
class |
AbstractSubHyperplane<S extends Space,T extends Space>
This class implements the dimension-independent parts of
SubHyperplane . |
class |
AbstractSubHyperplane<S extends Space,T extends Space>
This class implements the dimension-independent parts of
SubHyperplane . |
class |
BoundaryAttribute<S extends Space>
Class holding boundary attributes.
|
class |
BSPTree<S extends Space>
This class represent a Binary Space Partition tree.
|
static interface |
BSPTree.LeafMerger<S extends Space>
This interface gather the merging operations between a BSP tree
leaf and another BSP tree.
|
interface |
BSPTreeVisitor<S extends Space>
This interface is used to visit
BSP tree nodes. |
interface |
Embedding<S extends Space,T extends Space>
This interface defines mappers between a space and one of its sub-spaces.
|
interface |
Embedding<S extends Space,T extends Space>
This interface defines mappers between a space and one of its sub-spaces.
|
interface |
Hyperplane<S extends Space>
This interface represents an hyperplane of a space.
|
interface |
Region<S extends Space>
This interface represents a region of a space as a partition.
|
class |
RegionFactory<S extends Space>
This class is a factory for
Region . |
interface |
SubHyperplane<S extends Space>
This interface represents the remaining parts of an hyperplane after
other parts have been chopped off.
|
static class |
SubHyperplane.SplitSubHyperplane<U extends Space>
Class holding the results of the
split method. |
interface |
Transform<S extends Space,T extends Space>
This interface represents an inversible affine transform in a space.
|
interface |
Transform<S extends Space,T extends Space>
This interface represents an inversible affine transform in a space.
|
Copyright © 2023 CNES. All rights reserved.