openscad/tests/regression/dumptest/mirror-expected.csg

4 lines
84 B
Plaintext
Raw Normal View History

group() {
multmatrix([[-1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]);
}