Package | Description |
---|---|
org.apache.commons.geometry.euclidean |
This is the top-level package for Euclidean geometry components.
|
org.apache.commons.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
org.apache.commons.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBounds<P extends EuclideanVector<P>,B extends AbstractBounds<P,B>>
Base class representing an axis-aligned bounding box with minimum and maximum bounding points.
|
Modifier and Type | Class and Description |
---|---|
class |
Bounds3D
Class containing minimum and maximum points defining a 3D axis-aligned bounding box.
|
Modifier and Type | Class and Description |
---|---|
class |
Bounds2D
Class containing minimum and maximum points defining a 2D axis-aligned bounding box.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.