Skip to content

Applying Scaling, Rotation and Transformation operations on Polygons and Disks.

Notifications You must be signed in to change notification settings

ojasiiitd/Transformations-Of-2D-Geometric-Objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transformations-Of-2D-Geometric-Objects

Applying Scaling, Rotation and Transformation operations on Polygons and Disks using Python3.

This is an integral part of :

  • Computer Graphics
  • Object Modelling
  • Object Visualization

Instructions to setup :

  • Fork this repo.
  • Use git clone https://github.com/<your-githib-username>/Transformations-Of-2D-Geometric-Objects.git
  • Install pip3 on your system by sudo apt-get install python3-pip if not already installed.
  • Install python3 tkinter by a simple sudo apt-get install python3-tk
  • Create a virtual environment by the name of virtual. Information in setting up virtualenv can be found here.
  • Enter your virtualenv by source virtual/bin/activate
  • Do a pip install -r requirements.txt to install the required packages.
  • Now run the python program by using python GeometricObjects.py.

For the input-output-format and other information, refer to the pdf in given in the repo.

About

Applying Scaling, Rotation and Transformation operations on Polygons and Disks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages