Docs usage correction for reuleaux_polygon()

This commit is contained in:
Garth Minette 2021-01-12 00:09:39 -08:00
parent 34ce1c203f
commit a1755d0a37
2 changed files with 2 additions and 2 deletions

View file

@ -1593,7 +1593,7 @@ module supershape(step=0.5,m1=4,m2=undef,n1,n2=undef,n3=undef,a=1,b=undef, r=und
// Function&Module: reuleaux_polygon()
// Usage: As Module
// reuleaux_polygon(N, r|d);
// Usage: As Module
// Usage: As Function
// path = reuleaux_polygon(N, r|d);
// Description:
// Creates a 2D Reuleaux Polygon; a constant width shape that is not circular.

View file

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