mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-15 15:54:02 +02:00
Commented out top-level variables in math.scad, due to pathological OpenSCAD behavious.
This commit is contained in:
@@ -1090,8 +1090,8 @@ function ident(n) = [for (i = [0:n-1]) [for (j = [0:n-1]) (i==j)?1:0]];
|
|||||||
|
|
||||||
|
|
||||||
// Create an identity matrix, for 3 axes.
|
// Create an identity matrix, for 3 axes.
|
||||||
ident3 = ident(3);
|
//ident3 = ident(3);
|
||||||
ident4 = ident(4);
|
//ident4 = ident(4);
|
||||||
|
|
||||||
|
|
||||||
// Function: mat3_to_mat4()
|
// Function: mat3_to_mat4()
|
||||||
|
Reference in New Issue
Block a user