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)
)
);

View file

@ -6,7 +6,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,530];
BOSL_VERSION = [2,0,531];
// Section: BOSL Library Version Functions