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
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
I had some questions over at ganja.js when comparing between the two library outputs: enkimute/ganja.js#172
If I understand the ordering in the gpLL comments, it looks like the e23 and e12 are swapped in the p1 part of the motor from the loading order for line and motor constructors.
In working through the axis example I created the following patch including new tests. The old tests still pass with this change.
I'm still unclear why the line swaps direction when moving from one line to the other. I thought if the motor was supplied the same input line it would result in the same output line, including direction, that was used to create the motor?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had some questions over at ganja.js when comparing between the two library outputs: enkimute/ganja.js#172
If I understand the ordering in the gpLL comments, it looks like the e23 and e12 are swapped in the p1 part of the motor from the loading order for line and motor constructors.
In working through the axis example I created the following patch including new tests. The old tests still pass with this change.
I'm still unclear why the line swaps direction when moving from one line to the other. I thought if the motor was supplied the same input line it would result in the same output line, including direction, that was used to create the motor?
The text was updated successfully, but these errors were encountered: