Click or drag to resize

RcVecDistSq2(RcVec3f, RcVec3f) 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 DistSq2(
	RcVec3f p,
	RcVec3f q
)

Parameters

p  RcVec3f
 
q  RcVec3f
 

Return Value

Single
See Also