Uses of Class
org.apache.sis.referencing.operation.matrix.Matrix3
-
Packages that use Matrix3 Package Description org.apache.sis.referencing.operation.matrix Matrix implementations for spatiotemporal referencing. -
-
Uses of Matrix3 in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix that return Matrix3 Modifier and Type Method Description static Matrix3
Matrix3. castOrCopy(Matrix matrix)
Casts or copies the given matrix to aMatrix3
implementation.static Matrix3
AffineTransforms2D. toMatrix(AffineTransform transform)
Creates a 3×3 matrix from the given affine transform.
-