find the distance from a point to a plane (known two vectors)
Show older comments
Hello everyone. I have two vectors, v1 = [29.98,1.02,-0.12]; v2 = [-1.01, 29.97, 0.85]; As we know, two vectors can create a plane. I have a point P1 = [100,100,-18.65]; So how to calculate the distance from P1 to the plane created by vectors v1 and v2? Thank you.
Accepted Answer
More Answers (0)
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!