Click or drag to resize

MathEx.IsPointInPoly 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.Utilities.Vector3
polygon
Type:Clio.Utilities.Vector2[]

Return Value

Type: Boolean
See Also