Documentation > Mesh Ops Plugin BPLibrary > Point Inside Triangle

Point Inside Triangle

Checks if a point is inside a triangle and gets the closest edge index as well.

Inputs

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

Outputs

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.