当前位置:网站首页>向量到一个平面的投影向量
向量到一个平面的投影向量
2022-04-23 06:28:00 【[奋斗不止]】
向量到一个平面的投影向量
求一个向量投影到一个平面上的投影向量,如下图
已知项: 向量 sq,平面法向量 n
设点 o 为点 q 到平面的垂点
则向量 oq 垂直于平面
则向量 so 即为 sq 在平面上的投影。
so = sq + qo
so = sq + n*(sq·n* -1)
在上面的推理中对于 qo 的一步步转换是这样的
因为qo 平行于 n,且 n 是单位向量
|qo| = |sq·n|
当 sq 朝向平面正面时 sq·n >= 0,qo 与 n 方向相反
当 sq 朝向平面负面时 sq·n <= 0, qo 与 n 方向相同
所以 qo = n*(sq·n -1)
版权声明
本文为[[奋斗不止]]所创,转载请带上原文链接,感谢
https://blog.csdn.net/LIQIANGEASTSUN/article/details/122194761
边栏推荐
- NPM installation stepping pit
- url转成对象
- SVG中Path Data数据简化及文件夹所有文件批量导出为图片
- What are the total number of all courses of Mr. Tang Xiaoyang, who is very popular in CSDN (question mark)
- Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism
- Two threads print odd and even numbers interactively
- MySQL storage engine
- Daily question | fear dominated by reverse linked list
- 学会使用搜索引擎
- SAP DEBUG调试FOR IN、REDUCE等复杂的语句
猜你喜欢
Nacos / sentinel gateway current limiting and grouping (code)
int a = 1存放在哪
SVG中Path Data数据简化及文件夹所有文件批量导出为图片
js之什么是事件?事件三要素以及操作元素
js之排他思想及案例
js之DOM学习获取元素
Install and configure Taobao image NPM (cnpm)
命令行参数传递库argparse的使用
King glory - unity learning journey
SAP 03-AMDP CDS Table Function using ‘WITH‘ Clause(Join子查询内容)
随机推荐
Django uses MySQL database to solve error reporting
Daily question | fear dominated by reverse linked list
What are the total number of all courses of Mr. Tang Xiaoyang, who is very popular in CSDN (question mark)
Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism
canvas学习第一篇
Mobile game performance optimization
Two threads print odd and even numbers interactively
SAP PI / Po rfc2restful Publishing RFC interface as restful examples (proxy indirect)
Ogldev reading notes
Double sided shader
H5 local storage data sessionstorage, localstorage
SAP DEBUG调试FOR IN、REDUCE等复杂的语句
防抖和节流
3. Sort statement
Super classic & Programming Guide (red and blue book) - Reading Notes
NodeJS(六) 子进程操作
Use of typescript dictionary
Processing of common dependency module
系统与软件安全研究(一)
C#使用拉依达准则(3σ准则)剔除异常数据(.Net剔除一组数据中的奇异值)