mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Commented out top-level variables in math.scad, due to pathological OpenSCAD behavious.
This commit is contained in:
parent
d7320b7c0a
commit
f3c6fbc593
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
ident3 = ident(3);
|
||||
ident4 = ident(4);
|
||||
//ident3 = ident(3);
|
||||
//ident4 = ident(4);
|
||||
|
||||
|
||||
// Function: mat3_to_mat4()
|
||||
|
|
Loading…
Reference in a new issue