I'm trying to make a Koch curve in blitz3d, but in order to do that, I'll need a huge bank of data that can be added to, I need to be able to add segments to the curve ...
What I want is a method of creating a mass of information with x and y co-ords and the x and y co-ords the segment is attached to. Because this is of infinite length, the group of knowledge must be able to be added to. (for anybody who doesn't know what a koch curve is, find it here)
What I want is a method of creating a mass of information with x and y co-ords and the x and y co-ords the segment is attached to. Because this is of infinite length, the group of knowledge must be able to be added to. (for anybody who doesn't know what a koch curve is, find it here)