Checks if point pt is within triangle (v1,v2,v3).
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
|
Return Value
Boolean
|
Checks if point pt is within triangle (v1,v2,v3). |