xcodz-dot
|
1b637ba8ed
|
Create vector3_for_2d_rendering.py (#2496)
* Create vector3_for_2d_rendering.py
Edited for passing travis test
* Delete vector3_for_2d_rendering.py
* Create vector3_for_2d_rendering.py
* Update vector3_for_2d_rendering.py
Compressed the line 19 to 28 into 19 to 21
* Update vector3_for_2d_rendering.py
* Update vector3_for_2d_rendering.py
* Update vector3_for_2d_rendering.py
completly corrected pep8 errors using Pycharm IDE
* Update vector3_for_2d_rendering.py
* Update graphics/vector3_for_2d_rendering.py
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
* Update graphics/vector3_for_2d_rendering.py
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
* Update graphics/vector3_for_2d_rendering.py
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
* Update vector3_for_2d_rendering.py
* Update vector3_for_2d_rendering.py
* Update graphics/vector3_for_2d_rendering.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update graphics/vector3_for_2d_rendering.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* Apply suggestions from code review
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update vector3_for_2d_rendering.py
Added A few extra names to __author__ 😄
* Update vector3_for_2d_rendering.py
Used Pycharm to fix PEP8 errors, doctest errors
* Update vector3_for_2d_rendering.py
Added enough doctests
* Update graphics/vector3_for_2d_rendering.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* Remove second main()
Co-authored-by: Dhruv <dhruvmanila@gmail.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-09-28 11:43:34 +02:00 |
|
Christian Clauss
|
9200a2e543
|
from __future__ import annotations (#2464)
* from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-09-23 13:30:13 +02:00 |
|
Christian Clauss
|
5f4da5d616
|
isort --profile black . (#2181)
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-07-06 09:44:19 +02:00 |
|
Faraz Ahmed Khan
|
63a1c4171a
|
Added implementation for Bezier Curve, under a new graphics directory. (#1713)
* Added bezier curve
* black formatted
* corrected spell check
* edited scipy import
* updated documentation for readablitity
* Update bezier_curve.py
* Update bezier_curve.py
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2020-01-25 07:18:43 +01:00 |
|