Hierarchy For All Packages
- org.apache.commons.geometry.core,
- org.apache.commons.geometry.core.internal,
- org.apache.commons.geometry.core.partitioning,
- org.apache.commons.geometry.core.partitioning.bsp,
- org.apache.commons.geometry.euclidean,
- org.apache.commons.geometry.euclidean.internal,
- org.apache.commons.geometry.euclidean.oned,
- org.apache.commons.geometry.euclidean.threed,
- org.apache.commons.geometry.euclidean.threed.line,
- org.apache.commons.geometry.euclidean.threed.mesh,
- org.apache.commons.geometry.euclidean.threed.rotation,
- org.apache.commons.geometry.euclidean.threed.shape,
- org.apache.commons.geometry.euclidean.twod,
- org.apache.commons.geometry.euclidean.twod.path,
- org.apache.commons.geometry.euclidean.twod.rotation,
- org.apache.commons.geometry.euclidean.twod.shape,
- org.apache.commons.geometry.io.core,
- org.apache.commons.geometry.io.core.input,
- org.apache.commons.geometry.io.core.internal,
- org.apache.commons.geometry.io.core.output,
- org.apache.commons.geometry.io.core.utils,
- org.apache.commons.geometry.io.euclidean.threed,
- org.apache.commons.geometry.io.euclidean.threed.obj,
- org.apache.commons.geometry.io.euclidean.threed.stl,
- org.apache.commons.geometry.io.euclidean.threed.txt,
- org.apache.commons.geometry.spherical.oned,
- org.apache.commons.geometry.spherical.twod
Class Hierarchy
- java.lang.Object
- org.apache.commons.geometry.euclidean.AbstractAffineTransformMatrix<V,
M> (implements org.apache.commons.geometry.euclidean.EuclideanTransform<V>) - org.apache.commons.geometry.euclidean.oned.AffineTransformMatrix1D
- org.apache.commons.geometry.euclidean.twod.AffineTransformMatrix2D
- org.apache.commons.geometry.euclidean.threed.AffineTransformMatrix3D
- org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryReadHandler3D (implements org.apache.commons.geometry.io.euclidean.threed.BoundaryReadHandler3D)
- org.apache.commons.geometry.io.euclidean.threed.obj.ObjBoundaryReadHandler3D
- org.apache.commons.geometry.io.euclidean.threed.stl.StlBoundaryReadHandler3D
- org.apache.commons.geometry.io.euclidean.threed.txt.TextBoundaryReadHandler3D
- org.apache.commons.geometry.io.euclidean.threed.txt.CsvBoundaryReadHandler3D
- org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryReadHandler3D.FacetDefinitionReaderIterator (implements java.util.Iterator<E>)
- org.apache.commons.geometry.io.euclidean.threed.AbstractBoundaryWriteHandler3D (implements org.apache.commons.geometry.io.euclidean.threed.BoundaryWriteHandler3D)
- org.apache.commons.geometry.io.euclidean.threed.txt.AbstractTextBoundaryWriteHandler3D
- org.apache.commons.geometry.io.euclidean.threed.txt.CsvBoundaryWriteHandler3D
- org.apache.commons.geometry.io.euclidean.threed.txt.TextBoundaryWriteHandler3D
- org.apache.commons.geometry.io.euclidean.threed.obj.ObjBoundaryWriteHandler3D
- org.apache.commons.geometry.io.euclidean.threed.stl.StlBoundaryWriteHandler3D
- org.apache.commons.geometry.io.euclidean.threed.txt.AbstractTextBoundaryWriteHandler3D
- org.apache.commons.geometry.euclidean.AbstractBounds<P,
B> - org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTree<P,
N> (implements org.apache.commons.geometry.core.partitioning.bsp.BSPTree<P, N>) - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree<P,
N> (implements org.apache.commons.geometry.core.partitioning.HyperplaneBoundedRegion<P>) - org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D
- org.apache.commons.geometry.spherical.oned.RegionBSPTree1S
- org.apache.commons.geometry.euclidean.twod.RegionBSPTree2D (implements org.apache.commons.geometry.euclidean.twod.BoundarySource2D)
- org.apache.commons.geometry.spherical.twod.RegionBSPTree2S (implements org.apache.commons.geometry.spherical.twod.BoundarySource2S)
- org.apache.commons.geometry.euclidean.threed.RegionBSPTree3D (implements org.apache.commons.geometry.euclidean.threed.BoundarySource3D)
- org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree<P,
- org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTree.AbstractNode<P,
N> (implements org.apache.commons.geometry.core.partitioning.bsp.BSPTree.Node<P, N>) - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.AbstractRegionNode<P,
N> - org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D.RegionNode1D
- org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.RegionNode1S
- org.apache.commons.geometry.euclidean.twod.RegionBSPTree2D.RegionNode2D
- org.apache.commons.geometry.spherical.twod.RegionBSPTree2S.RegionNode2S
- org.apache.commons.geometry.euclidean.threed.RegionBSPTree3D.RegionNode3D
- org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.AbstractRegionNode<P,
- org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTree.NodeIterator<P,
N> (implements java.util.Iterator<E>) - org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTreeMergeOperator<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.RegionMergeOperator<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.DifferenceOperator<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.IntersectionOperator<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.UnionOperator<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.XorOperator<P,
N>
- org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.DifferenceOperator<P,
- org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.RegionMergeOperator<P,
- org.apache.commons.geometry.core.partitioning.AbstractConvexHyperplaneBoundedRegion<P,
S> (implements org.apache.commons.geometry.core.partitioning.HyperplaneBoundedRegion<P>) - org.apache.commons.geometry.euclidean.twod.ConvexArea (implements org.apache.commons.geometry.euclidean.twod.BoundarySource2D)
- org.apache.commons.geometry.euclidean.twod.shape.Parallelogram
- org.apache.commons.geometry.spherical.twod.ConvexArea2S (implements org.apache.commons.geometry.spherical.twod.BoundarySource2S)
- org.apache.commons.geometry.euclidean.threed.ConvexVolume (implements org.apache.commons.geometry.euclidean.threed.BoundarySource3D)
- org.apache.commons.geometry.euclidean.threed.shape.Parallelepiped
- org.apache.commons.geometry.euclidean.twod.ConvexArea (implements org.apache.commons.geometry.euclidean.twod.BoundarySource2D)
- org.apache.commons.geometry.core.partitioning.AbstractConvexHyperplaneBoundedRegion.ConvexRegionBoundaryBuilder<P,
S> - org.apache.commons.geometry.io.core.AbstractGeometryIOMetadata (implements org.apache.commons.geometry.io.core.GeometryIOMetadata)
- org.apache.commons.geometry.io.core.input.FileGeometryInput (implements org.apache.commons.geometry.io.core.input.GeometryInput)
- org.apache.commons.geometry.io.core.output.FileGeometryOutput (implements org.apache.commons.geometry.io.core.output.GeometryOutput)
- org.apache.commons.geometry.io.core.input.StreamGeometryInput (implements org.apache.commons.geometry.io.core.input.GeometryInput)
- org.apache.commons.geometry.io.core.output.StreamGeometryOutput (implements org.apache.commons.geometry.io.core.output.GeometryOutput)
- org.apache.commons.geometry.io.core.input.UrlGeometryInput (implements org.apache.commons.geometry.io.core.input.GeometryInput)
- org.apache.commons.geometry.core.partitioning.AbstractHyperplane<P> (implements org.apache.commons.geometry.core.partitioning.Hyperplane<P>)
- org.apache.commons.geometry.spherical.oned.CutAngle
- org.apache.commons.geometry.spherical.twod.GreatCircle (implements org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
S>) - org.apache.commons.geometry.euclidean.twod.Line (implements org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
S>) - org.apache.commons.geometry.euclidean.oned.OrientedPoint
- org.apache.commons.geometry.euclidean.threed.Plane
- org.apache.commons.geometry.euclidean.threed.EmbeddingPlane (implements org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
S>)
- org.apache.commons.geometry.euclidean.threed.EmbeddingPlane (implements org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
- org.apache.commons.geometry.euclidean.AbstractLinecastPoint<P,
U, L> - org.apache.commons.geometry.euclidean.twod.LinecastPoint2D
- org.apache.commons.geometry.euclidean.threed.line.LinecastPoint3D
- org.apache.commons.geometry.euclidean.AbstractNSphere<V> (implements org.apache.commons.geometry.core.Region<P>)
- org.apache.commons.geometry.euclidean.twod.shape.Circle (implements org.apache.commons.geometry.euclidean.twod.Linecastable2D)
- org.apache.commons.geometry.euclidean.threed.shape.Sphere (implements org.apache.commons.geometry.euclidean.threed.line.Linecastable3D)
- org.apache.commons.geometry.io.euclidean.threed.obj.AbstractObjParser
- org.apache.commons.geometry.io.euclidean.threed.obj.PolygonObjParser
- org.apache.commons.geometry.io.euclidean.threed.obj.AbstractObjPolygonReader (implements java.io.Closeable)
- org.apache.commons.geometry.io.euclidean.threed.obj.ObjFacetDefinitionReader (implements org.apache.commons.geometry.io.euclidean.threed.FacetDefinitionReader)
- org.apache.commons.geometry.io.euclidean.threed.obj.ObjTriangleMeshReader
- org.apache.commons.geometry.core.partitioning.bsp.AbstractPartitionedRegionBuilder<P,
N> - org.apache.commons.geometry.euclidean.twod.RegionBSPTree2D.PartitionedRegionBuilder2D
- org.apache.commons.geometry.euclidean.threed.RegionBSPTree3D.PartitionedRegionBuilder3D
- org.apache.commons.geometry.euclidean.internal.AbstractPathConnector<E>
- org.apache.commons.geometry.spherical.twod.AbstractGreatArcConnector
- org.apache.commons.geometry.spherical.twod.InteriorAngleGreatArcConnector
- org.apache.commons.geometry.spherical.twod.InteriorAngleGreatArcConnector.Maximize
- org.apache.commons.geometry.spherical.twod.InteriorAngleGreatArcConnector.Minimize
- org.apache.commons.geometry.spherical.twod.InteriorAngleGreatArcConnector
- org.apache.commons.geometry.euclidean.twod.path.AbstractLinePathConnector
- org.apache.commons.geometry.euclidean.twod.path.InteriorAngleLinePathConnector
- org.apache.commons.geometry.euclidean.twod.path.InteriorAngleLinePathConnector.Maximize
- org.apache.commons.geometry.euclidean.twod.path.InteriorAngleLinePathConnector.Minimize
- org.apache.commons.geometry.euclidean.twod.path.InteriorAngleLinePathConnector
- org.apache.commons.geometry.spherical.twod.AbstractGreatArcConnector
- org.apache.commons.geometry.euclidean.internal.AbstractPathConnector.ConnectableElement<E> (implements java.lang.Comparable<T>)
- org.apache.commons.geometry.spherical.twod.AbstractGreatArcConnector.ConnectableGreatArc
- org.apache.commons.geometry.euclidean.twod.path.AbstractLinePathConnector.ConnectableLineSubset
- org.apache.commons.geometry.euclidean.threed.AbstractPlaneSubset (implements org.apache.commons.geometry.euclidean.threed.PlaneSubset)
- org.apache.commons.geometry.euclidean.threed.AbstractConvexPolygon3D (implements org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D)
- org.apache.commons.geometry.euclidean.threed.SimpleTriangle3D (implements org.apache.commons.geometry.euclidean.threed.Triangle3D)
- org.apache.commons.geometry.euclidean.threed.VertexListConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.AbstractEmbeddedRegionPlaneSubset (implements org.apache.commons.geometry.euclidean.threed.PlaneSubset.Embedded)
- org.apache.commons.geometry.euclidean.threed.EmbeddedAreaPlaneConvexSubset (implements org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset, org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset.Embedded)
- org.apache.commons.geometry.euclidean.threed.EmbeddedTreePlaneSubset
- org.apache.commons.geometry.euclidean.threed.AbstractConvexPolygon3D (implements org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D)
- org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.Condenser<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.RegionSizeProperties<P>
- org.apache.commons.geometry.io.core.utils.AbstractTextFormatWriter (implements java.io.Closeable)
- org.apache.commons.geometry.io.euclidean.threed.obj.ObjWriter
- org.apache.commons.geometry.io.euclidean.threed.txt.TextFacetDefinitionWriter
- org.apache.commons.geometry.io.euclidean.threed.stl.TextStlWriter
- org.apache.commons.geometry.spherical.oned.AngularInterval (implements org.apache.commons.geometry.core.partitioning.HyperplaneBoundedRegion<P>)
- org.apache.commons.geometry.spherical.oned.AngularInterval.Convex
- org.apache.commons.geometry.euclidean.threed.rotation.AxisAngleSequence
- org.apache.commons.geometry.io.euclidean.threed.stl.BinaryStlFacetDefinitionReader (implements org.apache.commons.geometry.io.euclidean.threed.FacetDefinitionReader)
- org.apache.commons.geometry.io.euclidean.threed.stl.BinaryStlWriter (implements java.io.Closeable)
- org.apache.commons.geometry.io.core.BoundaryIOManager<H,
B, R, W> - org.apache.commons.geometry.io.euclidean.threed.BoundaryIOManager3D
- org.apache.commons.geometry.io.core.BoundaryIOManager.HandlerRegistry<T>
- org.apache.commons.geometry.core.partitioning.BoundaryList<P,
S> (implements org.apache.commons.geometry.core.partitioning.BoundarySource<C>) - org.apache.commons.geometry.euclidean.twod.BoundaryList2D (implements org.apache.commons.geometry.euclidean.twod.BoundarySource2D)
- org.apache.commons.geometry.spherical.twod.BoundaryList2S (implements org.apache.commons.geometry.spherical.twod.BoundarySource2S)
- org.apache.commons.geometry.euclidean.threed.BoundaryList3D (implements org.apache.commons.geometry.euclidean.threed.BoundarySource3D)
- org.apache.commons.geometry.euclidean.twod.BoundarySourceBoundsBuilder2D
- org.apache.commons.geometry.euclidean.threed.BoundarySourceBoundsBuilder3D
- org.apache.commons.geometry.euclidean.twod.BoundarySourceLinecaster2D (implements org.apache.commons.geometry.euclidean.twod.Linecastable2D)
- org.apache.commons.geometry.euclidean.threed.BoundarySourceLinecaster3D (implements org.apache.commons.geometry.euclidean.threed.line.Linecastable3D)
- org.apache.commons.geometry.euclidean.twod.Bounds2D.Builder
- org.apache.commons.geometry.euclidean.threed.Bounds3D.Builder
- org.apache.commons.geometry.core.partitioning.bsp.BSPTreePrinter<P,
N> (implements org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor<P, N>) - org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.TargetPointVisitor<P,
N> (implements org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor<P, N>) - org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.ClosestFirstVisitor<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.BoundaryProjector<P,
N> - org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D.BoundaryProjector1D
- org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.BoundaryProjector1S
- org.apache.commons.geometry.euclidean.twod.RegionBSPTree2D.BoundaryProjector2D
- org.apache.commons.geometry.spherical.twod.RegionBSPTree2S.BoundaryProjector2S
- org.apache.commons.geometry.euclidean.threed.RegionBSPTree3D.BoundaryProjector3D
- org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.BoundaryProjector<P,
- org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.FarthestFirstVisitor<P,
N>
- org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.ClosestFirstVisitor<P,
- org.apache.commons.geometry.io.core.internal.CharReadBuffer
- org.apache.commons.geometry.euclidean.twod.shape.Circle.CircleApproximationBuilder
- org.apache.commons.geometry.spherical.oned.CutAngle.CutAngleConvexSubset (implements org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.spherical.oned.CutAngles
- org.apache.commons.geometry.euclidean.threed.EmbeddingPlane.SubspaceTransform
- org.apache.commons.geometry.euclidean.internal.EuclideanUtils
- org.apache.commons.geometry.euclidean.EuclideanVector<V> (implements org.apache.commons.geometry.core.Point<P>, org.apache.commons.geometry.core.Vector<V>)
- org.apache.commons.geometry.euclidean.MultiDimensionalEuclideanVector<V>
- org.apache.commons.geometry.euclidean.twod.Vector2D
- org.apache.commons.geometry.euclidean.twod.Vector2D.Unit
- org.apache.commons.geometry.euclidean.threed.Vector3D
- org.apache.commons.geometry.euclidean.threed.Vector3D.Unit
- org.apache.commons.geometry.euclidean.twod.Vector2D
- org.apache.commons.geometry.euclidean.oned.Vector1D
- org.apache.commons.geometry.euclidean.oned.Vector1D.Unit
- org.apache.commons.geometry.euclidean.MultiDimensionalEuclideanVector<V>
- org.apache.commons.geometry.euclidean.EuclideanVectorSum<V> (implements java.util.function.Consumer<T>, java.util.function.Supplier<T>)
- org.apache.commons.geometry.euclidean.oned.Vector1D.Sum
- org.apache.commons.geometry.euclidean.twod.Vector2D.Sum
- org.apache.commons.geometry.euclidean.threed.Vector3D.Sum
- org.apache.commons.geometry.io.euclidean.threed.FacetDefinitions
- org.apache.commons.geometry.io.core.internal.GeometryIOUtils
- org.apache.commons.geometry.spherical.twod.GreatArcPath (implements org.apache.commons.geometry.spherical.twod.BoundarySource2S)
- org.apache.commons.geometry.spherical.twod.GreatArcPath.Builder
- org.apache.commons.geometry.spherical.twod.GreatCircles
- org.apache.commons.geometry.spherical.twod.GreatCircleSubset (implements org.apache.commons.geometry.core.partitioning.HyperplaneSubset<P>, org.apache.commons.geometry.core.RegionEmbedding<P,
S>) - org.apache.commons.geometry.spherical.twod.EmbeddedTreeGreatCircleSubset
- org.apache.commons.geometry.spherical.twod.GreatArc (implements org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.core.internal.HyperplaneSubsets
- org.apache.commons.geometry.euclidean.oned.Interval (implements org.apache.commons.geometry.core.partitioning.HyperplaneBoundedRegion<P>)
- org.apache.commons.geometry.io.euclidean.threed.IO3D
- org.apache.commons.geometry.io.euclidean.threed.IO3D.ManagerHolder
- org.apache.commons.geometry.core.internal.IteratorTransform<I,
T> (implements java.util.Iterator<E>) - org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.RegionBoundaryIterator<P,
C, N>
- org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.RegionBoundaryIterator<P,
- org.apache.commons.geometry.euclidean.twod.Line.SubspaceTransform
- org.apache.commons.geometry.euclidean.threed.line.Line3D (implements org.apache.commons.geometry.core.Embedding<P,
S>) - org.apache.commons.geometry.euclidean.threed.line.Line3D.SubspaceTransform
- org.apache.commons.geometry.euclidean.twod.path.LinePath (implements org.apache.commons.geometry.euclidean.twod.BoundarySource2D, org.apache.commons.geometry.core.Sized)
- org.apache.commons.geometry.euclidean.twod.path.LinePath.SimplifiedLinePath
- org.apache.commons.geometry.euclidean.twod.path.LinePath.Builder
- org.apache.commons.geometry.euclidean.twod.Lines
- org.apache.commons.geometry.euclidean.threed.line.Lines3D
- org.apache.commons.geometry.euclidean.twod.LineSubset (implements org.apache.commons.geometry.core.partitioning.HyperplaneSubset<P>, org.apache.commons.geometry.core.RegionEmbedding<P,
S>) - org.apache.commons.geometry.euclidean.twod.EmbeddedTreeLineSubset
- org.apache.commons.geometry.euclidean.twod.LineConvexSubset (implements org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.euclidean.twod.LineSpanningSubset
- org.apache.commons.geometry.euclidean.twod.Ray
- org.apache.commons.geometry.euclidean.twod.ReverseRay
- org.apache.commons.geometry.euclidean.twod.Segment
- org.apache.commons.geometry.euclidean.threed.line.LineSubset3D (implements org.apache.commons.geometry.core.RegionEmbedding<P,
S>, org.apache.commons.geometry.core.Sized) - org.apache.commons.geometry.euclidean.threed.line.EmbeddedTreeLineSubset3D
- org.apache.commons.geometry.euclidean.threed.line.LineConvexSubset3D
- org.apache.commons.geometry.euclidean.threed.line.LineSpanningSubset3D
- org.apache.commons.geometry.euclidean.threed.line.Ray3D
- org.apache.commons.geometry.euclidean.threed.line.ReverseRay3D
- org.apache.commons.geometry.euclidean.threed.line.Segment3D
- org.apache.commons.geometry.euclidean.internal.Matrices
- org.apache.commons.geometry.io.euclidean.threed.obj.ObjConstants
- org.apache.commons.geometry.io.euclidean.threed.obj.ObjWriter.MeshBuffer
- org.apache.commons.geometry.euclidean.oned.OrientedPoint.OrientedPointConvexSubset (implements org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.euclidean.oned.OrientedPoints
- org.apache.commons.geometry.euclidean.threed.shape.Parallelepiped.Builder
- org.apache.commons.geometry.euclidean.twod.shape.Parallelogram.Builder
- org.apache.commons.geometry.euclidean.threed.Planes
- org.apache.commons.geometry.euclidean.threed.Planes.PlaneBuilder
- org.apache.commons.geometry.euclidean.threed.Planes.PlaneRegionExtruder
- org.apache.commons.geometry.spherical.oned.Point1S (implements org.apache.commons.geometry.core.Point<P>)
- org.apache.commons.geometry.spherical.twod.Point2S (implements org.apache.commons.geometry.core.Point<P>)
- org.apache.commons.geometry.euclidean.twod.PolarCoordinates (implements org.apache.commons.geometry.core.Spatial)
- org.apache.commons.geometry.io.euclidean.threed.obj.PolygonObjParser.Face
- org.apache.commons.geometry.io.euclidean.threed.obj.PolygonObjParser.VertexAttributes
- org.apache.commons.geometry.euclidean.threed.rotation.QuaternionRotation (implements org.apache.commons.geometry.euclidean.threed.rotation.Rotation3D)
- org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D.BoundaryPair
- org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D.NodeRegionVisitor (implements java.util.function.BiConsumer<T,
U>) - org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D.RegionSizePropertiesVisitor (implements java.util.function.BiConsumer<T,
U>) - org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.BoundaryPair
- org.apache.commons.geometry.euclidean.twod.RegionBSPTree2D.LinecastVisitor (implements org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor<P,
N>) - org.apache.commons.geometry.euclidean.threed.RegionBSPTree3D.LinecastVisitor (implements org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor<P,
N>) - org.apache.commons.geometry.euclidean.threed.RegionBSPTree3D.RegionSizePropertiesVisitor (implements org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor<P,
N>) - org.apache.commons.geometry.core.partitioning.bsp.RegionCutBoundary<P> (implements org.apache.commons.geometry.core.Sized)
- org.apache.commons.geometry.euclidean.twod.rotation.Rotation2D (implements org.apache.commons.geometry.euclidean.EuclideanTransform<V>)
- org.apache.commons.geometry.io.euclidean.threed.SimpleFacetDefinition (implements org.apache.commons.geometry.io.euclidean.threed.FacetDefinition)
- org.apache.commons.geometry.io.euclidean.threed.stl.BinaryStlFacetDefinition
- org.apache.commons.geometry.io.core.internal.SimpleTextParser
- org.apache.commons.geometry.io.core.internal.SimpleTextParser.StringCollector (implements java.util.function.IntConsumer, java.util.function.IntPredicate)
- org.apache.commons.geometry.euclidean.threed.mesh.SimpleTriangleMesh (implements org.apache.commons.geometry.euclidean.threed.mesh.TriangleMesh)
- org.apache.commons.geometry.euclidean.threed.mesh.SimpleTriangleMesh.Builder
- org.apache.commons.geometry.euclidean.threed.mesh.SimpleTriangleMesh.FaceIterator<T> (implements java.util.Iterator<E>)
- org.apache.commons.geometry.euclidean.threed.mesh.SimpleTriangleMesh.FuzzyVectorComparator (implements java.util.Comparator<T>)
- org.apache.commons.geometry.euclidean.threed.mesh.SimpleTriangleMesh.SimpleTriangleFace (implements org.apache.commons.geometry.euclidean.threed.mesh.TriangleMesh.Face)
- org.apache.commons.geometry.core.internal.SimpleTupleFormat
- org.apache.commons.geometry.euclidean.threed.shape.Sphere.SphereMeshApproximationBuilder
- org.apache.commons.geometry.euclidean.threed.shape.Sphere.SphereTreeApproximationBuilder
- org.apache.commons.geometry.euclidean.threed.SphericalCoordinates (implements org.apache.commons.geometry.core.Spatial)
- org.apache.commons.geometry.core.partitioning.Split<T>
- org.apache.commons.geometry.io.euclidean.threed.stl.StlConstants
- org.apache.commons.geometry.io.euclidean.threed.stl.StlFacetDefinitionReaders
- org.apache.commons.geometry.io.euclidean.threed.stl.StlUtils
- org.apache.commons.geometry.io.euclidean.threed.txt.TextFacetDefinitionReader (implements org.apache.commons.geometry.io.euclidean.threed.FacetDefinitionReader)
- org.apache.commons.geometry.io.euclidean.threed.stl.TextStlFacetDefinitionReader (implements org.apache.commons.geometry.io.euclidean.threed.FacetDefinitionReader)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- org.apache.commons.geometry.core.internal.SimpleTupleFormat.TupleParseException
- java.lang.IllegalStateException
- org.apache.commons.geometry.core.internal.GeometryInternalError
- java.lang.IllegalArgumentException
- java.lang.RuntimeException
- java.lang.Exception
- org.apache.commons.geometry.spherical.oned.Transform1S (implements org.apache.commons.geometry.core.Transform<P>)
- org.apache.commons.geometry.spherical.twod.Transform2S (implements org.apache.commons.geometry.core.Transform<P>)
- org.apache.commons.geometry.euclidean.internal.Vectors
- org.apache.commons.geometry.euclidean.AbstractAffineTransformMatrix<V,
Interface Hierarchy
- org.apache.commons.geometry.core.partitioning.bsp.AbstractBSPTree.SubtreeInitializer<N>
- java.lang.AutoCloseable
- org.apache.commons.geometry.io.euclidean.threed.FacetDefinitionReader
- org.apache.commons.geometry.io.core.BoundaryReadHandler<H,
B> - org.apache.commons.geometry.io.euclidean.threed.BoundaryReadHandler3D
- org.apache.commons.geometry.core.partitioning.BoundarySource<C>
- org.apache.commons.geometry.euclidean.twod.BoundarySource2D (also extends org.apache.commons.geometry.euclidean.twod.Linecastable2D)
- org.apache.commons.geometry.spherical.twod.BoundarySource2S
- org.apache.commons.geometry.euclidean.threed.BoundarySource3D (also extends org.apache.commons.geometry.euclidean.threed.line.Linecastable3D)
- org.apache.commons.geometry.euclidean.threed.mesh.Mesh<F>
- org.apache.commons.geometry.euclidean.threed.mesh.TriangleMesh
- org.apache.commons.geometry.euclidean.threed.mesh.Mesh<F>
- org.apache.commons.geometry.io.core.BoundaryWriteHandler<H,
B> - org.apache.commons.geometry.io.euclidean.threed.BoundaryWriteHandler3D
- org.apache.commons.geometry.core.partitioning.bsp.BSPSubtree<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.BSPTree<P,
N> - org.apache.commons.geometry.core.partitioning.bsp.BSPTree.Node<P,
N>
- org.apache.commons.geometry.core.partitioning.bsp.BSPTree<P,
- org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor<P,
N> - org.apache.commons.geometry.core.internal.DoubleFunction1N<T>
- org.apache.commons.geometry.core.internal.DoubleFunction2N<T>
- org.apache.commons.geometry.core.internal.DoubleFunction3N<T>
- org.apache.commons.geometry.core.Embedding<P,
S> - org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
S> (also extends org.apache.commons.geometry.core.partitioning.Hyperplane<P>) - org.apache.commons.geometry.core.RegionEmbedding<P,
S> - org.apache.commons.geometry.euclidean.threed.PlaneSubset.Embedded
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset.Embedded
- org.apache.commons.geometry.euclidean.threed.PlaneSubset.Embedded
- org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
- org.apache.commons.geometry.io.euclidean.threed.FacetDefinition
- java.util.function.Function<T,
R> - java.util.function.UnaryOperator<T>
- org.apache.commons.geometry.core.Transform<P>
- org.apache.commons.geometry.euclidean.EuclideanTransform<V>
- org.apache.commons.geometry.euclidean.threed.rotation.Rotation3D
- org.apache.commons.geometry.euclidean.EuclideanTransform<V>
- org.apache.commons.geometry.core.Transform<P>
- java.util.function.UnaryOperator<T>
- org.apache.commons.geometry.io.core.GeometryFormat
- org.apache.commons.geometry.io.core.GeometryIOMetadata
- org.apache.commons.geometry.io.core.input.GeometryInput
- org.apache.commons.geometry.io.core.output.GeometryOutput
- org.apache.commons.geometry.core.partitioning.Hyperplane<P>
- org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
S> (also extends org.apache.commons.geometry.core.Embedding<P, S>)
- org.apache.commons.geometry.core.partitioning.EmbeddingHyperplane<P,
- org.apache.commons.geometry.io.core.internal.IOConsumer<T>
- org.apache.commons.geometry.io.core.internal.IOFunction<T,
R> - org.apache.commons.geometry.io.core.internal.IOSupplier<T>
- org.apache.commons.geometry.io.core.internal.IOToIntFunction<T>
- org.apache.commons.geometry.euclidean.twod.Linecastable2D
- org.apache.commons.geometry.euclidean.twod.BoundarySource2D (also extends org.apache.commons.geometry.core.partitioning.BoundarySource<C>)
- org.apache.commons.geometry.euclidean.threed.line.Linecastable3D
- org.apache.commons.geometry.euclidean.threed.BoundarySource3D (also extends org.apache.commons.geometry.core.partitioning.BoundarySource<C>)
- org.apache.commons.geometry.euclidean.threed.mesh.Mesh<F>
- org.apache.commons.geometry.euclidean.threed.mesh.TriangleMesh
- org.apache.commons.geometry.euclidean.threed.mesh.Mesh<F>
- org.apache.commons.geometry.euclidean.threed.BoundarySource3D (also extends org.apache.commons.geometry.core.partitioning.BoundarySource<C>)
- org.apache.commons.geometry.euclidean.threed.mesh.Mesh.Face
- org.apache.commons.geometry.euclidean.threed.mesh.TriangleMesh.Face
- org.apache.commons.geometry.core.Sized
- org.apache.commons.geometry.core.partitioning.HyperplaneSubset<P> (also extends org.apache.commons.geometry.core.partitioning.Splittable<P,
S>) - org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.euclidean.threed.PlaneSubset)
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.Triangle3D
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.euclidean.threed.PlaneSubset)
- org.apache.commons.geometry.euclidean.threed.PlaneSubset
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.Triangle3D
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>
- org.apache.commons.geometry.core.Region<P>
- org.apache.commons.geometry.core.partitioning.HyperplaneBoundedRegion<P> (also extends org.apache.commons.geometry.core.partitioning.Splittable<P,
S>)
- org.apache.commons.geometry.core.partitioning.HyperplaneBoundedRegion<P> (also extends org.apache.commons.geometry.core.partitioning.Splittable<P,
- org.apache.commons.geometry.core.partitioning.HyperplaneSubset<P> (also extends org.apache.commons.geometry.core.partitioning.Splittable<P,
- org.apache.commons.geometry.core.Spatial
- org.apache.commons.geometry.core.partitioning.Splittable<P,
S> - org.apache.commons.geometry.core.partitioning.HyperplaneBoundedRegion<P> (also extends org.apache.commons.geometry.core.Region<P>)
- org.apache.commons.geometry.core.partitioning.HyperplaneSubset<P> (also extends org.apache.commons.geometry.core.Sized)
- org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.euclidean.threed.PlaneSubset)
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.Triangle3D
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.euclidean.threed.PlaneSubset)
- org.apache.commons.geometry.euclidean.threed.PlaneSubset
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.Triangle3D
- org.apache.commons.geometry.euclidean.threed.ConvexPolygon3D
- org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset (also extends org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>)
- org.apache.commons.geometry.core.partitioning.HyperplaneConvexSubset<P>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.apache.commons.geometry.euclidean.threed.rotation.AxisReferenceFrame
- org.apache.commons.geometry.euclidean.threed.rotation.AxisSequence
- org.apache.commons.geometry.euclidean.threed.rotation.AxisSequenceType
- org.apache.commons.geometry.core.partitioning.bsp.BSPTree.FindNodeCutRule
- org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.Order
- org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.Result
- org.apache.commons.geometry.io.euclidean.threed.GeometryFormat3D (implements org.apache.commons.geometry.io.core.GeometryFormat)
- org.apache.commons.geometry.core.partitioning.HyperplaneLocation
- org.apache.commons.geometry.core.partitioning.bsp.RegionCutRule
- org.apache.commons.geometry.core.RegionLocation
- org.apache.commons.geometry.core.partitioning.SplitLocation
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)