Click or drag to resize

MathExIsPointInPoly Method

Namespace:  Clio.Common
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool IsPointInPoly(
	Vector3 point,
	Vector2[] polygon
)

Parameters

point
Type: Clio.UtilitiesVector3
polygon
Type: Clio.UtilitiesVector2

Return Value

Type: Boolean
See Also