Commit f0705dc23ccde2cde898c0fe378c42ef7f205dd6

sammy 2008-05-01T10:54:28

* Inline most FTPoint methods and operators. This will probably make the code smaller instead of bigger, because most of what they do will be optimised out by the compiler. * Get rid of the weird GetNormal() method and reimplement it using the ^ operator (vector product) and Normalise() method instead.