• 欢迎访问本站,本站记录博主日常编程遇到的问题,知识,惊奇软件等。如有问题还请留言


    Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/gschaos.club/wp-content/themes/Git-alpha-6h0SRk/header.php on line 294

标签:unity

旋转矩阵(Rotation Matrix)的推导及其应用

旋转矩阵(Rotation Matrix)的推导及其应用

旋转矩阵(Rotation Matrix)的推导及其应用向量的平移,比较简单。Xnew = Xold + TxYnew = Yold + Ty缩放也较为简单矩阵如何进行计算呢?之前的文章中有简介一种方法,把行旋转一下,然后与右侧对应相乘。在谷歌图片搜索旋转矩阵时,看到这张动图,觉得表述的很清晰了。稍微复杂一点的是旋转,如果只……