mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 13:27:47 +02:00
Fixed docs error with yflip()
This commit is contained in:
@@ -818,7 +818,7 @@ function xflip(x=0,p) =
|
||||
move([x,0,0],p=mirror([1,0,0],p=move([-x,0,0],p=p)));
|
||||
|
||||
|
||||
// Module: Function&yflip()
|
||||
// Function&Module: yflip()
|
||||
//
|
||||
// Usage: As Module
|
||||
// yflip([y]) ...
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,71];
|
||||
BOSL_VERSION = [2,0,72];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user