| Interface | Description |
|---|---|
| CanTransformVec3d |
| Class | Description |
|---|---|
| Affine2D |
The
Affine2D class represents a 2D affine transform
that performs a linear mapping from 2D coordinates to other 2D
coordinates that preserves the "straightness" and
"parallelness" of lines. |
| Affine3D | |
| AffineBase | |
| BaseTransform | |
| GeneralTransform3D |
A general-purpose 4x4 transform that may or may not be affine.
|
| Identity | |
| TransformHelper | |
| Translate2D |
| Enum | Description |
|---|---|
| BaseTransform.Degree |
| Exception | Description |
|---|---|
| NoninvertibleTransformException |
The
NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of a BaseTransform object but the
BaseTransform is in a non-invertible state. |
| SingularMatrixException |
Indicates that inverse of a matrix can not be computed.
|