mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 17:59:41 +00:00
Added Synopsis
This commit is contained in:
parent
bc79338110
commit
0ea2d28a85
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ function _rotpart(T) = [for(i=[0:3]) [for(j=[0:3]) j<3 || i==3 ? T[i][j] : 0]];
|
||||||
|
|
||||||
|
|
||||||
// Function: turtle3d()
|
// Function: turtle3d()
|
||||||
|
// Synopsis: Extends [turtle graphics](https://en.wikipedia.org/wiki/Turtle_graphics) to 3d. Generates a 3D path.
|
||||||
|
// Topics: Shapes (3D), Path Generators (3D), Mini-Language
|
||||||
|
// See Also: turtle()
|
||||||
|
//
|
||||||
// Usage:
|
// Usage:
|
||||||
// turtle3d(commands, [state], [transforms], [full_state], [repeat])
|
// turtle3d(commands, [state], [transforms], [full_state], [repeat])
|
||||||
// Description:
|
// Description:
|
||||||
|
|
Loading…
Reference in a new issue