Click or drag to resize

RcVec3fDot 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 Dot(
	RcVec3f vector1,
	RcVec3f vector2
)

Parameters

vector1  RcVec3f
 
vector2  RcVec3f
 

Return Value

Single
See Also