Vector projection on a Plane
Mostra commenti meno recenti
I have 2 points
A = [1,2,3]
B = [4,5,6]
a vector is generated AB = B - A
Also, i have a plane ax+by+cz = d
How can i get points of projection of vector AB onto the Plane?
Risposte (2)
Refer here: http://www.nabla.hr/CG-LinesPlanesIn3DB5.htm
Edit @Rik (2025-06-03): apparently the website has changed to something dodgy. Luckily, there is a capture to the Wayback Machine for this page around the time of this post: http://web.archive.org/web/20200528103000/http://www.nabla.hr/CG-LinesPlanesIn3DB5.htm
4 Commenti
keshav gupta
il 10 Giu 2020
KSSV
il 10 Giu 2020
A, B are 2D points....we need 3D points right?
keshav gupta
il 10 Giu 2020
Walter Roberson
il 11 Mag 2025
I am not at all sure, but possibly the replacement document is https://www.scribd.com/document/77209019/Chapter-17-I-Lines-Planes-in-3D-ENRICH -- which requires an account to download.
Here is the idea:
is your normal vector of a plane (ax + by + cz = d).
. normalize it so 
- create new vector
such that: 


Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!