mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
removing tabs
This commit is contained in:
parent
75e5cd4979
commit
28cbdb4d89
1 changed files with 3 additions and 3 deletions
|
@ -924,7 +924,7 @@ function plane_offset(plane) =
|
||||||
// stroke(xypath,closed=true);
|
// stroke(xypath,closed=true);
|
||||||
function plane_transform(plane) =
|
function plane_transform(plane) =
|
||||||
let(
|
let(
|
||||||
plane = normalize_plane(plane),
|
plane = normalize_plane(plane),
|
||||||
n = point3d(plane),
|
n = point3d(plane),
|
||||||
cp = n * plane[3]
|
cp = n * plane[3]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue