Uses of Interface
org.apache.commons.geometry.euclidean.twod.Linecastable2D
-
Packages that use Linecastable2D Package Description org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.geometry.euclidean.twod.path This package provides classes for working with connected sequences of line segments and other line subsets.org.apache.commons.geometry.euclidean.twod.shape This package provides utilities for constructing basic 2D shapes. -
-
Uses of Linecastable2D in org.apache.commons.geometry.euclidean.twod
Subinterfaces of Linecastable2D in org.apache.commons.geometry.euclidean.twod Modifier and Type Interface Description interface
BoundarySource2D
Extension of theBoundarySource
interface for Euclidean 2D space.Classes in org.apache.commons.geometry.euclidean.twod that implement Linecastable2D Modifier and Type Class Description class
BoundaryList2D
BoundarySource2D
implementation that uses boundaries stored in a list.(package private) class
BoundarySourceLinecaster2D
Class that performs linecast operations against arbitraryBoundarySource2D
instances.class
ConvexArea
Class representing a finite or infinite convex area in Euclidean 2D space.class
RegionBSPTree2D
Binary space partitioning (BSP) tree representing a region in two dimensional Euclidean space. -
Uses of Linecastable2D in org.apache.commons.geometry.euclidean.twod.path
Classes in org.apache.commons.geometry.euclidean.twod.path that implement Linecastable2D Modifier and Type Class Description class
LinePath
Class representing a connected path ofline convex subsets
.private static class
LinePath.SimplifiedLinePath
Internal class returned when a line path is simplified to remove unnecessary line subset divisions. -
Uses of Linecastable2D in org.apache.commons.geometry.euclidean.twod.shape
Classes in org.apache.commons.geometry.euclidean.twod.shape that implement Linecastable2D Modifier and Type Class Description class
Circle
Class representing a circle in 2 dimensional Euclidean space.class
Parallelogram
Class representing parallelograms, i.e.
-