mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
8a25764744
New function definitions in commom.scad: 1. valid_range; 2. _list_pattern New function definitions in math.scad: 1. binomial; 2. binomial_coefficient; 3. convolve; Code review in math: 1. sum; 2. median; 3. is_matrix; 4. approx; 5. count_true; 6. doc of deriv2; 7. polynomial; 8. poly_mult; 9; poly_div; 10. _poly_trim Code change in test_common: 1. new test_valid_range; 2. test_is_consistent Code change in test_math: 1. test_approx; 2. new test_convolve; 3. new test_binomial; 4. new test_binomial_coefficient; 5. test_outer_product; 6. test_polynomial; 7. test_poly_mult; 8. test_poly_div; 9. test_poly_add; |
||
---|---|---|
.. | ||
hull.scad | ||
polyhedra.scad | ||
test_affine.scad | ||
test_arrays.scad | ||
test_common.scad | ||
test_coords.scad | ||
test_cubetruss.scad | ||
test_debug.scad | ||
test_edges.scad | ||
test_errors.scad | ||
test_geometry.scad | ||
test_linear_bearings.scad | ||
test_math.scad | ||
test_mutators.scad | ||
test_primitives.scad | ||
test_quaternions.scad | ||
test_queues.scad | ||
test_shapes.scad | ||
test_shapes2d.scad | ||
test_skin.scad | ||
test_stacks.scad | ||
test_strings.scad | ||
test_structs.scad | ||
test_transforms.scad | ||
test_vectors.scad | ||
test_version.scad | ||
test_vnf.scad |