Hi. I have a line:
p1, p2 = Point3D(x, y, z), Point3D(x, y, z) l1 = Line3D(p1, p2) Then I can get the line's orientation relative to a global frame: l1.direction Imagine now I rotate the global frame, is there a way to get the direction relative to a rotated frame? Thanks in advance.... -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/d766ae7e-d170-417e-a07d-6b3a9e7f847an%40googlegroups.com.
