We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... and it should be impossible (statically, as much as possible) to create an orthogonal map that violates handedness.
Challenges:
struct F;
Permutation
Rotation
OrthogonalMap
-Identity
The text was updated successfully, but these errors were encountered:
Fixed in #2399, #2404, #2406, #2407, #2408, #2409, #2410, #2413, #2414, and #2415.
Sorry, something went wrong.
No branches or pull requests
... and it should be impossible (statically, as much as possible) to create an orthogonal map that violates handedness.
Challenges:
struct F;
to create a handy frame.Permutation
which would require restructuring to separate direct from indirect permutations.Rotation
inOrthogonalMap
which can only be represented if we reify the intermediate frame.-Identity
.The text was updated successfully, but these errors were encountered: