当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
Scrapy modifies the time in the statistics at the end of the crawler as the current system time
Use of command line parameter passing library argparse
Unable to process jar entry [module info. Class]
Rethink | open the girl heart mode of station B and explore the design and implementation of APP skin changing mechanism
url转成对象
IDEA快捷键
SQL user-defined scalar value function that looks up relevant column values n times forward or backward according to a specified table name, column name and column value
One of event management
庄懂的TA笔记(七)<Lambert+Phong+Shadow+3EvColor+AO>
驼峰命名对像
SampleCameraFilter
js中对象的三种创建方式
js之预解析
企业微信免登录跳转自建应用
Nodejs (four) character reading
C#控制相机,旋转,拖拽观察脚本(类似Scenes观察方式)
Django uses MySQL database to solve error reporting
SQL sorts string numbers
js之什么是事件?事件三要素以及操作元素
Moment. Format of format method function in JS