Showing posts with label Code Snippet. Show all posts
Showing posts with label Code Snippet. Show all posts

Tuesday, 4 May 2010

C# Cartesian Point class

I've developed a class for using Points in C# (unlike Delphi, there's no inbuilt type). You can grab the source code and a sample console app here or here. All code is public domain, knock yourself out, etc, etc, etc.