Cartesian:笛卡尔坐标系
Dot Product = Scalar Product 涉及向量间的夹角的余弦。
For unit vectors,
$\cos \theta = \boldsymbol a \cdot \boldsymbol b$
$\boldsymbol a \cdot \boldsymbol a = ||\boldsymbol a || ^2$
找到两个向量 / 方向的夹角(如光源和平面的)
$$ \cos \theta = \frac{\boldsymbol a \cdot \boldsymbol b}{||\boldsymbol a || \cdot || \boldsymbol b ||} $$
判断正反向。
把一个向量投影到另一个向量上(向量的分解)
UE:左手坐标系
注意:左叉乘的操作可以对应上一个矩阵变换,由此衍生出对偶矩阵的问题。
<aside> 📌 面试重点题来了
</aside>
判断内外:假设有一个逆时针走的三角形在 xy 平面内,判断如下式子即可说明其在内侧,反之在外侧。其实就是说P点同在三边的左边。
$$ \left/\left/\overrightarrow{AB} \times \overrightarrow{AP}\right/\right/ > 0, \ \ \left/\left/\overrightarrow{BC} \times \overrightarrow{BP}\right/\right/ > 0, \ \ \left/\left/\overrightarrow{CA} \times \overrightarrow{CP}\right/\right/ > 0 $$
拓展:
<aside> 📌 总结
![6A{`XI1]IR8@_1}SDT12_3.png
附:
</aside>