Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Public Attributes | List of all members
Fractals.KochSnowflake Class Reference

Koch snowflake. More...

Inherits Node2D.

Public Attributes

float Diameter
 Diameter. More...
 
int Generations
 Generation count. More...
 

Detailed Description

Koch snowflake.

Definition at line 8 of file KochSnowflake.cs.

Member Data Documentation

◆ Diameter

float Fractals.KochSnowflake.Diameter

Diameter.

Definition at line 11 of file KochSnowflake.cs.

◆ Generations

int Fractals.KochSnowflake.Generations

Generation count.

Definition at line 13 of file KochSnowflake.cs.


The documentation for this class was generated from the following file: