@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
Turtle3DResult
Interface Turtle3DResult
Polygon and branch output from 3D turtle interpretation.
interface
Turtle3DResult
{
branchGraph
:
BranchGraph
;
diagnostics
:
readonly
Diagnostic
[]
;
maxStackDepth
:
number
;
polygons
:
readonly
(
readonly
Vec3
[]
)
[]
;
processedSymbols
:
number
;
}
Index
Properties
branch
Graph
diagnostics
max
Stack
Depth
polygons
processed
Symbols
Properties
Readonly
branch
Graph
branchGraph
:
BranchGraph
Readonly
diagnostics
diagnostics
:
readonly
Diagnostic
[]
Readonly
max
Stack
Depth
maxStackDepth
:
number
Readonly
polygons
polygons
:
readonly
(
readonly
Vec3
[]
)
[]
Readonly
processed
Symbols
processedSymbols
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
branch
Graph
diagnostics
max
Stack
Depth
polygons
processed
Symbols
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Polygon and branch output from 3D turtle interpretation.