Check if Point is in front of a triangle, i.e. check if Point is inside an infinitely long triangular prism starting at the triangle, and extending in the normal's direction.
In
Exec
|
|
Data
Mesh Data Structure (by ref)
|
|
Point
Vector
|
|
Tri
Integer
|
|
Tol
Float
|
Out
Exec
|
|
Return Value
Boolean
|
Check if Point is in front of a triangle, i.e. check if Point is inside an infinitely long triangular prism starting at the triangle, and extending in the normal's direction. |