How to work out the angle of a line passing through a plane

92 Views Asked by At

I have a triangular plane composed of three points. From this it it easy to deduce that the plane is in fact composed of two vectors which must touch at some point. because all of this is relative, one of the points can be taken as being at reference (0,0,0). How do I calculate the equation for a line that passes through the plane which is perpendicular to it? Its actual location is of no great importance as the angle is more use - it will be used to show how 'bright' the plane should be due to facing light.

My maths isn't great so an answer in plain English would be appreciated!

1

There are 1 best solutions below

0
On BEST ANSWER

Hint: you have two vectors (in the plane), call them $\vec a$ and $\vec b$. Then their cross product $\vec p$ will be a vector perpendicular to both of them, which is also therefore perpendicular to the plane: $$\vec p = \vec a \times \vec b$$