Checks if a point is inside a triangle and gets the closest edge index as well.
In
Exec
|
|
Optional Starting Point
Vector (by ref)
|
|
Point
Vector (by ref)
|
|
A
Vector (by ref)
|
|
B
Vector (by ref)
|
|
C
Vector (by ref)
|
|
Clamp to Tri
Boolean
|
Out
Exec
|
|
Closest Side
Integer
|
|
Out
Vector
|
|
Return Value
Boolean
|
Checks if a point is inside a triangle and gets the closest edge index as well. |