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 Matrix3Matrix3. castOrCopy(Matrix matrix)Casts or copies the given matrix to aMatrix3implementation.static Matrix3AffineTransforms2D. toMatrix(AffineTransform transform)Creates a 3×3 matrix from the given affine transform.
-