Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 933 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 933 Bytes

forthebadge made-with-python

Cube Projection

Create a 3D projected cube in to 2D Cartesian Plane and Animate it using the matplotlib built in python library.

References:

https://en.wikipedia.org/wiki/Rotation_matrix (Equation for Rotation Matrix).

https://github.com/CodingTrain/website/tree/master/CodingChallenges/CC_112_3D_Rendering/P5 (Javascript Lang.).

https://thecodingtrain.com/CodingChallenges/112-3d-rendering (Inspiration and what makes me move forward).

https://en.wikipedia.org/wiki/3D_projection.

http://matrixmultiplication.xyz/ (Visualized matrix multiplication).

picture alt

roid's DEV Profile