Click or drag to resize

RcVecDist2DSqr(RcVec3f, ReadOnlySpanSingle, Int32) Method


Namespace: NeoAxis.DotRecast.Core.Numerics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public static float Dist2DSqr(
	RcVec3f p,
	ReadOnlySpan<float> verts,
	int i
)

Parameters

p  RcVec3f
 
verts  ReadOnlySpanSingle
 
i  Int32
 

Return Value

Single
See Also