mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Fix math.scad regression.
This commit is contained in:
parent
22d853852d
commit
12a8388ae6
2 changed files with 2 additions and 2 deletions
|
@ -889,7 +889,7 @@ module test_deriv(){
|
||||||
[0.469846310393,-0.813797681349],
|
[0.469846310393,-0.813797681349],
|
||||||
[0.925416578398,0.163175911167],
|
[0.925416578398,0.163175911167],
|
||||||
[0.696902572292,1.45914323952]]);
|
[0.696902572292,1.45914323952]]);
|
||||||
spent = yscale(8,pent);
|
spent = yscale(8,p=pent);
|
||||||
lens = path_segment_lengths(spent,closed=true);
|
lens = path_segment_lengths(spent,closed=true);
|
||||||
assert_approx(deriv(spent, closed=true, h=lens),
|
assert_approx(deriv(spent, closed=true, h=lens),
|
||||||
[[-0.0381285841663,0.998065839726],
|
[[-0.0381285841663,0.998065839726],
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,473];
|
BOSL_VERSION = [2,0,474];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue