two_d_transformations
is a python package containing the module transformation
.
transformation
contains functions for translation
, scaling
, rotation
, reflection
and shearing
in 2d
.
main.py
contains the implementation of the module.
- Open
cmd
orgitbash
- Enter the required directory
- Run
git clone https://github.com/mainak-debnath/2D-Transformation-Package.git
- Click on
Code
and thenDownload Zip
- Extract the zip file
- Open the folder in any editor that supports python
- Run the
main.py
file
- Open
cmd
- Enter the directory containing the files
- Run
python main.py