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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundarySource2D
Extension of the
BoundarySource interface for Euclidean 2D space. |
Modifier and Type | Class and Description |
---|---|
class |
BoundaryList2D
BoundarySource2D implementation that uses boundaries stored in
a list. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LinePath
Class representing a connected path of
line convex subsets . |
Modifier and Type | Class and Description |
---|---|
class |
Circle
Class representing a circle in 2 dimensional Euclidean space.
|
class |
Parallelogram
Class representing parallelograms, i.e.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.