|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
javax.vecmath package.
See:
Description
| Interface Summary | |
|---|---|
| XMatrix | A matrix able to perform some operations. |
| Class Summary | |
|---|---|
| AffineMatrix3 | An affine matrix of fixed 3×3 size. |
| GeneralMatrix | A two dimensional array of numbers. |
| Matrices | Static utility methods for creating and manipulating matrices. |
| Matrix1 | A matrix of fixed 1×1 size. |
| Matrix2 | A matrix of fixed 2×2 size. |
| Matrix3 | A matrix of fixed 3×3 size. |
| Matrix4 | A matrix of fixed 4×4 size. |
| MatrixFactory | Deprecated. Renamed Matrices in order to allow addition of non-factory methods. |
| XAffineTransform | Utility methods for affine transforms. |
Matrix implementations on top of the
javax.vecmath package. Matrix of arbitrary size are supported, but the most
common ones are those that are used for affine transforms. In the two
dimensional case, the matrix for an affine transform is:

| referencing/geotk-referencing (download) |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||