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:
toTexwill convert tomathrm.Will provide
rotate(w, theta)as alias formultiply(rotationMatrix(theta), w)in another MR if this one is accepted.