Corrected bezier patches example.

This commit is contained in:
Garth Minette
2021-01-19 04:51:28 -08:00
parent 456364c5ae
commit 2093d730ab
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ function CR_corner(size, spin=0, orient=UP, trans=[0,0,0]) =
)
translate(trans,
p=rot(a=spin, from=UP, to=orient,
p=scale(size, patch)
p=scale(size, p=patch)
)
);