summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/square-tests-expected.csg
blob: 6569da4c7ccfd83706b720e13fd0f80b02c00a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
group() {
	square(size = [1, 1], center = false);
	multmatrix([[1, 0, 0, 2], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		square(size = [1, 1], center = true);
	}
	multmatrix([[1, 0, 0, 4], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		square(size = [1, 1], center = true);
	}
	multmatrix([[1, 0, 0, 6], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		square(size = [0, 0], center = true);
	}
	multmatrix([[1, 0, 0, 0], [0, 1, 0, 2], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		square(size = [1, 0], center = true);
	}
	multmatrix([[1, 0, 0, 2], [0, 1, 0, 2], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		square(size = [0, 1], center = true);
	}
	multmatrix([[1, 0, 0, 4], [0, 1, 0, 2], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		square(size = [1, 2], center = true);
	}
	multmatrix([[1, 0, 0, 6], [0, 1, 0, 2], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		square(size = [2, 1], center = true);
	}
}
contact: Jan Huwald // Impressum