You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be a way to do this, and it should be obvious.
center =Point(0u"m", 0u"m")
an =1u"rad"
topLeft =Point(-1u"m", 0.1u"m")
tlr =Rz(topLeft, an) + center
I've disallowed Point+Point for conceptual integrity, but this leads to rough edges. And at least right now Rz only operates on Points, not on Deltas, while Delta+Point is the only addition allowed.
The text was updated successfully, but these errors were encountered:
There needs to be a way to do this, and it should be obvious.
I've disallowed Point+Point for conceptual integrity, but this leads to rough edges. And at least right now Rz only operates on Points, not on Deltas, while Delta+Point is the only addition allowed.
The text was updated successfully, but these errors were encountered: