1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-09 08:16:50 +02:00

mult constant value

This commit is contained in:
Justin Lin
2021-05-06 18:02:32 +08:00
parent 5e70eef142
commit 003a13c247

View File

@@ -8,7 +8,7 @@ use <../../util/some.scad>;
use <../../util/has.scad>;
use <../../util/find_index.scad>;
_indices_hash = function(indices) indices[0] * 31 ^ 2 + indices[1] * 31 ^ 1 + indices[2];
_indices_hash = function(indices) indices[0] * 961 + indices[1] * 31 + indices[2];
function _tri_circumcircle(shape_pts) =
let(