Click or drag to resize

ToolSet.IsPointInTriangle Method

Namespace:  FairyGUI.Utils
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsPointInTriangle(
	ref Vector2 p,
	ref Vector2 a,
	ref Vector2 b,
	ref Vector2 c
)

Parameters

p
Type: Vector2
a
Type: Vector2
b
Type: Vector2
c
Type: Vector2

Return Value

Type: Boolean
See Also