Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 Matrix3d
net.bgstaal.perspectiveprojection Matrix3d ©2009, bgstaal.net
The Matrix3d class let's you create 4x3 rotation matrices wich can be applied to Point3d instances.
 Point2d
net.bgstaal.perspectiveprojection 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
net.bgstaal.perspectiveprojection 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.