Recursive branch.
More...
Recursive branch.
Definition at line 9 of file RecursiveTree.cs.
◆ RecursiveBranch()
Fractals.RecursiveBranch.RecursiveBranch |
( |
Vector2 |
start, |
|
|
Vector2 |
end, |
|
|
float |
weight |
|
) |
| |
|
inline |
Creates a new recursive branch.
- Parameters
-
start | Starting point. |
end | Ending point. |
weight | Weight. |
Definition at line 24 of file RecursiveTree.cs.
Vector2 Start
Starting point.
◆ Draw()
void Fractals.RecursiveBranch.Draw |
( |
CanvasItem |
canvas | ) |
|
|
inline |
◆ End
Vector2 Fractals.RecursiveBranch.End |
|
get |
◆ Start
Vector2 Fractals.RecursiveBranch.Start |
|
get |
◆ Weight
float Fractals.RecursiveBranch.Weight |
|
get |
The documentation for this class was generated from the following file: