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
Maybe call it mat_from_axes?
mat_from_axes
The text was updated successfully, but these errors were encountered:
We could. It would be trivial (arr = np.eye(4); arr[:3, :3] = axes), but there's value in defining the convention (rows vs columns).
arr = np.eye(4); arr[:3, :3] = axes
Any other special requirements? For example, automatic pre-normalization of the input axes, or forced orthogonality?
Sorry, something went wrong.
Your examples sound good to me!
No branches or pull requests
Maybe call it
mat_from_axes
?The text was updated successfully, but these errors were encountered: