Classes
 ClassDescription
 Matrix3d Matrix3d ©2009, bgstaal.net
The Matrix3d class let's you create 4x3 rotation matrices wich can be applied to Point3d instances.
 Point2d Point2d ©2009, bgstaal.net
A instance if the Point2d class represents a projected Point3d as a 2d coordinate (x, y) and the value t (scale)
 Point3d Point3d ©2009, bgstaal.net
The Point3d holds the properties to represent a single point i 3d space (x,y,z) and the methods to apply transformation matrices and return a 2d representation of the 3d point.