当前位置:网站首页>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
边栏推荐
猜你喜欢

King glory - unity learning journey

Protobuf 使用

对复杂字典Dictionary&lt;T1,T2&gt;排序问题

设置了body的最大宽度,但是为什么body的背景颜色还铺满整个页面?

Use of command line parameter passing library argparse

js之DOM事件

将指定路径下的所有SVG文件导出成PNG等格式的图片(缩略图或原图大小)

命令行参数传递库argparse的使用

MySQL in window10 version does not work after setting remote access permission

Apache Hudi 如何加速传统的批处理模式?
随机推荐
C # use laida criterion (3) σ Criteria) reject abnormal data (.Net reject singular values in a group of data)
C SVG path parser of xamarin version
自己封装unity的Debug函数
移动端布局(3D转换、动画)
取得所有点列表中的最大值GetMaxPoint
FSM finite state machine
instanceof的实现原理
SVG中Path Data数据简化及文件夹所有文件批量导出为图片
命令行参数传递库argparse的使用
NodeJS(六) 子进程操作
C# 多个矩形围成的多边形标注位置的问题
Super classic & Programming Guide (red and blue book) - Reading Notes
基于NLP的软件安全研究(二)
Towords Open World Object Detection
Apache Hudi 如何加速传统的批处理模式?
向量到一个平面的投影向量
Dropping Pixels for Adversarial Robustness
MySQL8.0 安装/卸载 教程【Window10版】
根据某一指定的表名、列名及列值来向前或向后N条查相关列值的SQL自定义标量值函数
Understanding of STL container