Sidney's 6.837 Project 3 Applet



Project 3 is a three-dimensional transformation matrix class. The class Matrix3D performs viewing and modelling transformations on three-dimensional points. It includes perspective and orthographic viewing transformations given vectors for the camera position, the position we are looking at, and an up direction vector. It also includes modelling transformations such as translation, rotation, scaling, and skew.
Directions:

Source Code