Skip to content

Commit 17d7b26

Browse files
committed
Add tests for geometry/curve
1 parent 85f9086 commit 17d7b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sympy/geometry/tests/test_curve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_curve():
3333
assert c.plot_interval() == [t, 0, 2]
3434
assert c.plot_interval(z) == [z, 0, 2]
3535

36+
assert Curve([x, x], (x, 0, 1)).rotate(pi/2) == Curve([-x, x], (x, 0, 1))
3637
assert Curve([x, x], (x, 0, 1)).rotate(pi/2, (1, 2)).scale(2, 3).translate(
3738
1, 3).arbitrary_point(s) == \
3839
Line((0, 0), (1, 1)).rotate(pi/2, (1, 2)).scale(2, 3).translate(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy