mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 21:58:17 +02:00
Added Synopsis
This commit is contained in:
@@ -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()
|
||||
// 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:
|
||||
// turtle3d(commands, [state], [transforms], [full_state], [repeat])
|
||||
// Description:
|
||||
|
Reference in New Issue
Block a user