Click or drag to resize

RcVec2fDistance 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 Distance(
	RcVec2f value1,
	RcVec2f value2
)

Parameters

value1  RcVec2f
 
value2  RcVec2f
 

Return Value

Single
See Also