mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-29 18:00:22 +02:00
fix doc bug in bottlecaps.
knurling mask didn't pass parameters (so they were ignored)
This commit is contained in:
@@ -771,7 +771,6 @@ module test_polygon_area() {
|
||||
assert(abs(polygon_area([[0,0], [0,10], [10,0]],signed=true) + 50) < EPSILON);
|
||||
assert(abs(polygon_area([[0,0], [0,10], [0,15]],signed=true)) < EPSILON);
|
||||
assert(abs(polygon_area([[0,0], [10,0], [0,10]],signed=true) - 50) < EPSILON);
|
||||
|
||||
}
|
||||
*test_polygon_area();
|
||||
|
||||
|
Reference in New Issue
Block a user