Skip to content

Implementing 3D shape transformations using matrix multiplication and a basic line scan-conversion algorithm. In order to run the main program, you must have a version of Python that is 3.6+ and have NumPy, Pandas, and Pillow installed.

Notifications You must be signed in to change notification settings

rdpett99/3D-Transformations

Repository files navigation

3D-Transformations

Implementing 3D shape transformations using matrix multiplication and a basic line scan-conversion algorithm. In order to run the main program, you must have a version of Python that is 3.6+ and have NumPy, Pandas, and Pillow installed.

pip3 install --upgrade numpy
pip3 install --upgrade pandas
pip3 install --upgrade Pillow

About

Implementing 3D shape transformations using matrix multiplication and a basic line scan-conversion algorithm. In order to run the main program, you must have a version of Python that is 3.6+ and have NumPy, Pandas, and Pillow installed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages