ImperatorFeles / koch_winter

A winter wonderland of fractal fun
1 stars 0 forks source link

A movement to using a Point class #4

Open ImperatorFeles opened 11 years ago

ImperatorFeles commented 11 years ago

The system for dealing with points now, which is using an array of two items, does not seem like the best method. A Point class may be a welcome addition to facilitate things like point addition or rotation.