Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Scad_ml.MultMatrixSourceAn affine transformation matrix.
To be used with OpenSCADs multmatrix, which is applied in this library with Scad.multmatrix.
of_row_list_exn l
Create a rotation matrix from a list l of three or four rows. If only three rows are provided, the final row is set to [| 0.; 0.; 0.; 1. |] Throws an exception if l is not the correct length.