Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于地面法向量的问题 #2

Closed
Gatsby23 opened this issue Jun 17, 2021 · 5 comments
Closed

关于地面法向量的问题 #2

Gatsby23 opened this issue Jun 17, 2021 · 5 comments

Comments

@Gatsby23
Copy link

image
关于这里地面法向量的计算,我没有太弄懂,为什么会计算三个主轴向量(代表的物理意义是什么?)后面的权重累和又代表什么?

@zhoupengwei
Copy link
Owner

@Gatsby23 Because we don't know the distribution of set points in advance, we need to calculate three principal axes. Geometrically, we find a normal vector that is as perpendicular to all the points in the set as possible. It is equivalent to zero inner product. A more detailed derivation is as follows:
E43A58279BDBC452004BCE098AED59EF

@Gatsby23
Copy link
Author

Thank you for your nice replay, thank you very much!

@gackes
Copy link

gackes commented Sep 26, 2021

Thanks for your work and answer! @zpw6106
I am confused about the three normal vector. Shouldn't they be in the same direction?

@zhoupengwei
Copy link
Owner

@gackes They are different directions and the final normal vector is the weighted vector sum of the three principal axis vectors.

@gackes
Copy link

gackes commented Sep 29, 2021

In my mind , I think that x + by + cz + d = 0 and ax + y + cz +d =0 are consistent. So the results should be same. Why we can work out different results? Is there any different mathematical meaning about the there directions except for the normal vector of plane? @zpw6106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants