Projection.from_matrix
- classmethod Projection.from_matrix(matrix)
Creates a transformation from a list[list[float]] object.
- Parameters
matrix (list[list[float]]) – The 4x4 transformation matrix.
- Returns
compas.geometry.Transformation
– The transformation.