Skip to content

Python Graphics engine for projection, translation and rotation of 3D objects

Notifications You must be signed in to change notification settings

kpetridis24/projections-transformations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projections-transformations

3D object projection to camera & application of rotations and displacements. The main parts of the project are

  • Projection of the 3D object into the camera. This part includes coordinate system tranformations and projection methods to correspond 3D coordinates to 2D.
  • Rasterization from the curtain of the camera into the image frame.
  • Rendering of the object and display.
  • Transformations including rotation and displacement of the visualized object. This part consists of Affine Transformations on the coordinates of the object.

Releases

No releases published

Packages

No packages published

Languages