Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Transformations2D.py #2310

Merged
merged 4 commits into from
Aug 15, 2020
Merged

Create Transformations2D.py #2310

merged 4 commits into from
Aug 15, 2020

Conversation

Yukti-09
Copy link
Member

2D Transformations are regularly used in Linear Algebra.

I have added the codes for reflection, projection, scaling and rotation matrices.

@TravisBuddy
Copy link

Hey @Yukti-09,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: a0058770-dee7-11ea-a7d8-3d177b5d5f1d

@TravisBuddy
Copy link

Hey @Yukti-09,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 4ac99170-def1-11ea-a7d8-3d177b5d5f1d

@spamegg1
Copy link
Contributor

2 E225 missing whitespace around operator
11 E226 missing whitespace around arithmetic operator
4 E261 at least two spaces before inline comment
4 E262 inline comment should start with '# '
2 E265 block comment should start with '# '
2 E302 expected 2 blank lines, found 1
19 W191 indentation contains tabs
1 W291 trailing whitespace

These can be easily fixed by running black on your file before submission. Check out CONTRIBUTING.md for info on it.

@cclauss cclauss merged commit 14199e0 into TheAlgorithms:master Aug 15, 2020
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Create Transformations2D.py

* Update Transformations2D.py

* Drop numpy and add type hints and doctests

* Rename Transformations2D.py to transformations_2d.py

Co-authored-by: Christian Clauss <cclauss@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants