Uses of Interface
org.apache.commons.math3.geometry.Space
Packages that use Space
Package
Description
This package is the top level package for geometry.
This package provides interfaces and classes related to the smallest enclosing ball problem.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides interfaces and classes related to the convex hull problem.
This package provides classes to implement Binary Space Partition trees.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of Space in org.apache.commons.math3.geometry
Classes in org.apache.commons.math3.geometry with type parameters of type SpaceModifier and TypeInterfaceDescriptioninterfaceThis interface represents a generic geometrical point.interfaceThis interface represents a generic vector in a vectorial space or a point in an affine space.classVectorFormat<S extends Space>Formats a vector in components list format "{x; y; ...}".Methods in org.apache.commons.math3.geometry that return SpaceModifier and TypeMethodDescriptionPoint.getSpace()Get the space to which the point belongs.Space.getSubSpace()Get the n-1 dimension subspace of this space. -
Uses of Space in org.apache.commons.math3.geometry.enclosing
Classes in org.apache.commons.math3.geometry.enclosing with type parameters of type SpaceModifier and TypeInterfaceDescriptioninterfaceInterface for algorithms computing enclosing balls.classEnclosingBall<S extends Space,P extends Point<S>> This class represents a ball enclosing some points.interfaceSupportBallGenerator<S extends Space,P extends Point<S>> Interface for generating balls based on support points.classWelzlEncloser<S extends Space,P extends Point<S>> Class implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time. -
Uses of Space in org.apache.commons.math3.geometry.euclidean.oned
Classes in org.apache.commons.math3.geometry.euclidean.oned that implement SpaceModifier and TypeClassDescriptionclassThis class implements a one-dimensional space.Methods in org.apache.commons.math3.geometry.euclidean.oned that return SpaceModifier and TypeMethodDescriptionVector1D.getSpace()Get the space to which the point belongs.Euclidean1D.getSubSpace()Get the n-1 dimension subspace of this space. -
Uses of Space in org.apache.commons.math3.geometry.euclidean.threed
Classes in org.apache.commons.math3.geometry.euclidean.threed that implement SpaceModifier and TypeClassDescriptionclassThis class implements a three-dimensional space.Methods in org.apache.commons.math3.geometry.euclidean.threed that return Space -
Uses of Space in org.apache.commons.math3.geometry.euclidean.twod
Classes in org.apache.commons.math3.geometry.euclidean.twod that implement SpaceModifier and TypeClassDescriptionclassThis class implements a two-dimensional space.Methods in org.apache.commons.math3.geometry.euclidean.twod that return Space -
Uses of Space in org.apache.commons.math3.geometry.hull
Classes in org.apache.commons.math3.geometry.hull with type parameters of type SpaceModifier and TypeInterfaceDescriptioninterfaceConvexHull<S extends Space,P extends Point<S>> This class represents a convex hull.interfaceConvexHullGenerator<S extends Space,P extends Point<S>> Interface for convex hull generators. -
Uses of Space in org.apache.commons.math3.geometry.partitioning
Classes in org.apache.commons.math3.geometry.partitioning with type parameters of type SpaceModifier and TypeClassDescriptionclassAbstractRegion<S extends Space,T extends Space> Abstract class for all regions, independently of geometry type or dimension.classAbstractRegion<S extends Space,T extends Space> Abstract class for all regions, independently of geometry type or dimension.classAbstractSubHyperplane<S extends Space,T extends Space> This class implements the dimension-independent parts ofSubHyperplane.classAbstractSubHyperplane<S extends Space,T extends Space> This class implements the dimension-independent parts ofSubHyperplane.classBoundaryAttribute<S extends Space>Class holding boundary attributes.classBoundaryProjection<S extends Space>Class holding the result of point projection on region boundary.classThis class represent a Binary Space Partition tree.static interfaceBSPTree.LeafMerger<S extends Space>This interface gather the merging operations between a BSP tree leaf and another BSP tree.static interfaceBSPTree.VanishingCutHandler<S extends Space>This interface handles the corner cases when an internal node cut sub-hyperplane vanishes.interfaceBSPTreeVisitor<S extends Space>This interface is used to visitBSP treenodes.interfaceThis interface defines mappers between a space and one of its sub-spaces.interfaceThis interface defines mappers between a space and one of its sub-spaces.interfaceHyperplane<S extends Space>This interface represents an hyperplane of a space.classSet ofBSP treenodes.interfaceThis interface represents a region of a space as a partition.classRegionFactory<S extends Space>This class is a factory forRegion.interfaceSubHyperplane<S extends Space>This interface represents the remaining parts of an hyperplane after other parts have been chopped off.static classSubHyperplane.SplitSubHyperplane<U extends Space>Class holding the results of thesplitmethod.interfaceThis interface represents an inversible affine transform in a space.interfaceThis interface represents an inversible affine transform in a space. -
Uses of Space in org.apache.commons.math3.geometry.spherical.oned
Classes in org.apache.commons.math3.geometry.spherical.oned that implement SpaceModifier and TypeClassDescriptionclassThis class implements a one-dimensional sphere (i.e.Methods in org.apache.commons.math3.geometry.spherical.oned that return SpaceModifier and TypeMethodDescriptionS1Point.getSpace()Get the space to which the point belongs.Sphere1D.getSubSpace()Get the n-1 dimension subspace of this space. -
Uses of Space in org.apache.commons.math3.geometry.spherical.twod
Classes in org.apache.commons.math3.geometry.spherical.twod that implement SpaceModifier and TypeClassDescriptionclassThis class implements a two-dimensional sphere (i.e.Methods in org.apache.commons.math3.geometry.spherical.twod that return Space