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
A bad design decision was made early on, which was to have row vectors and column vectors be represented differently. This needs to be addressed, with all vectors made to have no orientation.
Some functions already do this. One example, good for a beginner, is pqr.uniform_random_axis(); it should return a vector without any orientation.
A bad design decision was made early on, which was to have row vectors and column vectors be represented differently. This needs to be addressed, with all vectors made to have no orientation.
Some functions already do this. One example, good for a beginner, is
pqr.uniform_random_axis()
; it should return a vector without any orientation.Traces from https://github.com/autumnsault/pyquat/issues/6
The text was updated successfully, but these errors were encountered: