mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
Fix for #1018: distributors.scad matrix functions
This commit is contained in:
parent
e8b9b33029
commit
98bb93768c
2 changed files with 609 additions and 104 deletions
File diff suppressed because it is too large
Load diff
|
@ -76,7 +76,7 @@ _NO_ARG = [true,[123232345],false];
|
|||
//
|
||||
// Usage: As Module
|
||||
// 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(STRING, p);
|
||||
// Usage: Get Translation Matrix
|
||||
|
|
Loading…
Reference in a new issue