-
-
Save 02015678/ea8e75586aa3badaebdb to your computer and use it in GitHub Desktop.
旋转矩阵,乘以这个矩阵就能够旋转α角
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A=[ cos(alfa),-sin(alfa); | |
sin(alfa),+cos(alfa)]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment