当前位置:网站首页>The projection vector of a vector to a plane
The projection vector of a vector to a plane
2022-04-23 07:50:00 【[struggling]】
The projection vector of a vector to a plane
Find the projection vector of a vector projected onto a plane , Here's the picture

Known item : vector sq, Plane normal vector n
set sth. up o Is a point q The vertical point to the plane
Then the vector oq Perpendicular to the plane
Then the vector so That is to say sq Projection on a plane .
so = sq + qo
so = sq + n*(sq·n* -1)
In the above reasoning, for qo The step-by-step transformation is like this
because qo Parallel to the n, And n It's the unit vector
|qo| = |sq·n|
When sq When facing the front of the plane sq·n >= 0,qo And n In the opposite direction
When sq When facing the negative side of the plane sq·n <= 0, qo And n In the same direction
therefore qo = n*(sq·n -1)
版权声明
本文为[[struggling]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230627004718.html
边栏推荐
- State synchronization and frame synchronization
- MySQL8.0 安装/卸载 教程【Window10版】
- new的实现
- 利用Lambda表达式解决c#文件名排序问题(是100大还是11大的问题)
- 异步的学习
- Daily question | fear dominated by reverse linked list
- Super classic & Programming Guide (red and blue book) - Reading Notes
- Mobile game performance optimization
- js之排他思想及案例
- FUEL: Fast UAV Exploration using Incremental Frontier Structure and Hierarchical Planning
猜你喜欢

Teach-Repeat-Replan: A Complete and Robust System for Aggressive Flight in Complex Environments

ABAP 从CDS VIEW 发布OData Service示例

Install and configure Taobao image NPM (cnpm)

Apache Hudi 如何加速传统的批处理模式?

SAP 03-AMDP CDS Table Function using ‘WITH‘ Clause(Join子查询内容)

【NLP笔记】CRF原理初探

关于U盘数据提示RAW,需要格式化,数据恢复笔记

Django uses MySQL database to solve error reporting

Understanding the Role of Individual Units in a Deep Neural Networks(了解各个卷积核在神经网络中的作用)

使用flask时代码无报错自动结束,无法保持连接,访问不了url。
随机推荐
【NLP笔记】CRF原理初探
Use of command line parameter passing library argparse
canvas学习第一篇
How does Apache Hudi accelerate traditional batch mode?
new的实现
js之节点操作,为什么要学习节点操作
Dropping Pixels for Adversarial Robustness
Moment. Format of format method function in JS
Electronic builder package error: proxyconnect TCP: Dial TCP: 0: connectex
js之预解析
js之函数的两种声明方式
SAP CR传输请求顺序、依赖检查
向量到一个平面的投影向量
Apache Hudi 如何加速传统的批处理模式?
SVG中Path Data数据简化及文件夹所有文件批量导出为图片
NodeJS(二)同步读取文件和异步读取文件
State synchronization and frame synchronization
取得所有点列表中的最大值GetMaxPoint
命令行参数传递库argparse的使用
Teach-Repeat-Replan: A Complete and Robust System for Aggressive Flight in Complex Environments