Computer Science Canada

Geometry thing.

Author:  ericfourfour [ Thu Dec 14, 2006 11:44 pm ]
Post subject:  Geometry thing.

Here is something I started on. It is a bunch of geometry classes and modules that all work together to make it really easy to create coordinates, lines, (triangles, and polygons). I guess you could say it is sort of similar to Java's geom library. It's getting late so I'm stopping work on it for now. Here is the current product. Run test.t to see it in action. If you look at the code in test.t you will notice it is very little line of code to get a neat effect. Smile

For the one's interested, it manages its own memory. It has a garbage collector and a delete procedure (to make stuff garbage). It also has a procedure that deletes everything.


: