mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 12:45:29 +08:00
Update 01-07
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
!!! Important
|
||||
|
||||
你可以通过点乘的结果计算两个非单位向量的夹角,点乘的结果分别除以两个向量的大小之积,得到的结果就是夹角的余弦值,即。
|
||||
你可以通过点乘的结果计算两个非单位向量的夹角,点乘的结果除以两个向量的大小之积,得到的结果就是夹角的余弦值,即。
|
||||
|
||||
译注:通过上面点乘定义式可推出:
|
||||
|
||||
|
Reference in New Issue
Block a user