I have an plane given as some "random" point on that plane and the normal vector (for that plane).
I would like to calculate the distance between the plane and the origin (0, 0, 0)
.
How can I do that?
I have an plane given as some "random" point on that plane and the normal vector (for that plane).
I would like to calculate the distance between the plane and the origin (0, 0, 0)
.
How can I do that?
Copyright © 2021 JogjaFile Inc.
If $\,\vec p$ is the point and $\,\vec n$ is the plane's unit normal your answer is: $$|\vec p.\vec n|$$