Click or drag to resize

MathAlgorithmsPointInTriangle(Vector2, Vector2, Vector2, Vector2) Method


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

Parameters

point  Vector2
 
v1  Vector2
 
v2  Vector2
 
v3  Vector2
 

Return Value

Boolean
See Also