- #1
VladStoyanoff
- 2
- 0
So I've got the following problem:
I have points A, B, and C which form a triangle in a 3D space (each point of the triangle has x,y, and z coordinates). I need to find out on which side of the triangle point D lies. I do not have access to the normal of the triangle.
How am I supposed to solve this problem?
I have points A, B, and C which form a triangle in a 3D space (each point of the triangle has x,y, and z coordinates). I need to find out on which side of the triangle point D lies. I do not have access to the normal of the triangle.
How am I supposed to solve this problem?