Click or drag to resize

RcVecDot2 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 Dot2(
	RcVec3f a,
	RcVec3f b
)

Parameters

a  RcVec3f
 
b  RcVec3f
 

Return Value

Single
See Also