Documentation > Mesh Ops Plugin BPLibrary > Point Inside 2DTriangle

Point Inside 2DTriangle

Checks if point pt is within triangle (v1,v2,v3).

Inputs

Pt
Vector 2D Structure (by ref)

V 1
Vector 2D Structure (by ref)

V 2
Vector 2D Structure (by ref)

V 3
Vector 2D Structure (by ref)

Tolerance
Float

Outputs

Return Value
Boolean

Checks if point pt is within triangle (v1,v2,v3).