blob: d0039ef9a2e2524e48caafbac1c6692f85826d1e (
plain)
1
2
3
4
5
6
7
|
intersection() {
surface(file = "example010.dat", center = true);
multmatrix([[0.70710678118, -0.70710678118, 0, 0], [0.70710678118, 0.70710678118, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
surface(file = "example010.dat", center = true);
}
}
|