Fix for #1018: distributors.scad matrix functions

This commit is contained in:
Revar Desmera 2023-01-18 01:04:44 -08:00
parent e8b9b33029
commit 98bb93768c
2 changed files with 609 additions and 104 deletions

File diff suppressed because it is too large Load diff

View file

@ -76,7 +76,7 @@ _NO_ARG = [true,[123232345],false];
// //
// Usage: As Module // Usage: As Module
// move(v) CHILDREN; // move(v) CHILDREN;
// Usage: As a function to translate points, VNF, or Bezier patch // Usage: As a function to translate points, VNF, or Bezier patches
// pts = move(v, p); // pts = move(v, p);
// pts = move(STRING, p); // pts = move(STRING, p);
// Usage: Get Translation Matrix // Usage: Get Translation Matrix