For example if i have triangle defined by following points [A=(15.0, 14, 15.0), B=(15.0, -45, 15.0), C=(-15.0, 14, 15.0)], and consider the point need to be project p=(15,78,0). I want to determine, whether the points lies inside or not
I found some of answers related to my question, but i could not get the proper idea behind those answers. There are methodology and algorithm available for 2D. In the case of 3D, how to determine? I need some example in order to develop code(currently i am using python) Can someone help me to figure it out?