mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 02:30:15 +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()
|
// 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:
|
||||||
|
Reference in New Issue
Block a user