Uses of Class
org.apache.sis.referencing.operation.matrix.Matrix4
-
Packages that use Matrix4 Package Description org.apache.sis.referencing.operation.matrix Matrix implementations for spatiotemporal referencing. -
-
Uses of Matrix4 in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix that return Matrix4 Modifier and Type Method Description static Matrix4
Matrix4. castOrCopy(Matrix matrix)
Casts or copies the given matrix to aMatrix4
implementation.
-