Click or drag to resize

MathAlgorithmsPointInTriangle Method (Vector2, Vector2, Vector2, Vector2)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool PointInTriangle(
	ref Vector2 point,
	ref Vector2 v1,
	ref Vector2 v2,
	ref Vector2 v3
)

Parameters

point
Type: NeoAxisVector2
v1
Type: NeoAxisVector2
v2
Type: NeoAxisVector2
v3
Type: NeoAxisVector2

Return Value

Type: Boolean
See Also