Skip to content

Commit

Permalink
add vectors some tips
Browse files Browse the repository at this point in the history
  • Loading branch information
sharexia committed May 6, 2023
1 parent 30a2e0e commit af7b7cc
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions _posts/2023-05-06-graphicsbase.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
---
title: 3D 数学基础
tags: Graphics
title: 线性代数复习
tags: 计算机图形
Mermaid: true
---

## 向量(Vectors)


## 点乘在图形学的应用


AB = \|A\| \|B\| cosθ
{:.info}

- 点乘主要应用于求两个单位向量的夹角;
- 观察两个向量之间是同向、垂直还是反向,可以观察两个向量的接近,若两个向量的点乘接近1则离得很近,若接近0则离得很远;
- 利用投影可将一个向量分解成两个(多个)向量和




Expand All @@ -33,3 +40,7 @@ Mermaid: true
[一篇搞定!GAMES101现代计算机图形学入门(全)--知乎](https://zhuanlan.zhihu.com/p/394932478)

[GAMES101_Lecture_02](https://sites.cs.ucsb.edu/~lingqi/teaching/resources/GAMES101_Lecture_02.pdf)

[向量点乘(内积)和叉乘(外积、向量积)概念及几何意义解读](https://blog.csdn.net/dcrmg/article/details/52416832)

[向量点乘与叉乘的概念及几何意义](https://zhuanlan.zhihu.com/p/359975221)

0 comments on commit af7b7cc

Please sign in to comment.