-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Feat/rotate matrix #1984
Feat/rotate matrix #1984
Conversation
…at/rotate-matrix
remove non-sense doc
Remove non-sense from docs
Thanks @rnd-debug , this PR looks good and ready to merge 👍 . Great that you've added support for units. A function
I'm not sure what you mean with "complete" Latex support. Isn't |
A small example below: \begin{equation}
\begin{align*}
\cos(\theta) \\
cos(\theta) \\
\rotationMatrix(\theta) \\
rotationMatrix(\theta) \\
\mathrm{rotationMatrix(\theta)}
\end{align*}
\end{equation} |
Thanks for the explanation, I agree, looks good like this 👍 . Thanks again, will merge your PR now. |
Available now in |
Related to #1160
Questions:
toTex
will convert tomathrm
.Will provide
rotate(w, theta)
as alias formultiply(rotationMatrix(theta), w)
in another MR if this one is accepted.