Skip to content

Instantly share code, notes, and snippets.

@02015678
Created January 18, 2015 14:07
Show Gist options
  • Save 02015678/ea8e75586aa3badaebdb to your computer and use it in GitHub Desktop.
Save 02015678/ea8e75586aa3badaebdb to your computer and use it in GitHub Desktop.
旋转矩阵,乘以这个矩阵就能够旋转α角
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