Package | Description |
---|---|
org.apache.commons.geometry.euclidean |
This is the top-level package for Euclidean geometry components.
|
org.apache.commons.geometry.euclidean.oned |
This package provides basic 1D geometry components.
|
org.apache.commons.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
org.apache.commons.geometry.euclidean.threed.rotation |
This package provides components related to rotations in 3 dimensional
Euclidean space.
|
org.apache.commons.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
org.apache.commons.geometry.euclidean.twod.rotation |
This package provides components related to rotations in 2 dimensional
Euclidean space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAffineTransformMatrix<V extends EuclideanVector<V>,M extends AbstractAffineTransformMatrix<V,M>>
Base class for affine transform matrices in Euclidean space.
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransformMatrix1D
Class using a matrix to represent affine transformations in 1 dimensional Euclidean space.
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransformMatrix3D
Class using a matrix to represent affine transformations in 3 dimensional Euclidean space.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Rotation3D
Interface representing a generic rotation in 3-dimensional Euclidean
space.
|
Modifier and Type | Class and Description |
---|---|
class |
QuaternionRotation
Class using a unit-length quaternion to represent
rotations
in 3-dimensional Euclidean space.
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransformMatrix2D
Class using a matrix to represent affine transformations in 2 dimensional Euclidean space.
|
Modifier and Type | Class and Description |
---|---|
class |
Rotation2D
Class representing a rotation in 2 dimensional Euclidean space.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.