mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
c10a8b919d
Here is an extensive review of common.scad, vectors.scad, arrays.scad and their regression test codes. The changes were mostly in input data check and format. Some few functions got more changes either to adapt them to the new asserts or because a better (faster, simpler) code was found. Another change was moving add_scalar from vectors.scad to arrays.scad. It is in fact an array operation. Some few documentation examples and test codes were added. Some function argument names were changed to keep them consistent with the names they have in other similar functions. That name changes were not as extensive as I would like but it is advisable to favor users. Most, but not all, changed function codes are followed by a comment with a short summary of the changes done. Those comments always start with: //*** I can eliminate those comments before a merge is done or in a second round. |
||
---|---|---|
.. | ||
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 |