BOSL2/tests
RonaldoCMP c10a8b919d Extensive review of arrays.scad, vectors.scad, common.scad and their regression tests
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.
2020-07-25 20:27:19 +01:00
..
hull.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
polyhedra.scad A broad review of input data check and code format 2020-07-24 22:54:34 +01:00
test_affine.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_arrays.scad Extensive review of arrays.scad, vectors.scad, common.scad and their regression tests 2020-07-25 20:27:19 +01:00
test_common.scad A broad review of input data check and code format 2020-07-24 22:54:34 +01:00
test_coords.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_cubetruss.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_debug.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_edges.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_errors.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_geometry.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_linear_bearings.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_math.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_mutators.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_primitives.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_quaternions.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_queues.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_shapes.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_shapes2d.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_skin.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_stacks.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_strings.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_structs.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_transforms.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_vectors.scad A broad review of input data check and code format 2020-07-24 22:54:34 +01:00
test_version.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_vnf.scad Changed to relative include names 2020-07-21 20:05:21 -04:00