Click or drag to resize

RcVecCross 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 void Cross(
	float[] dest,
	float[] v1,
	float[] v2
)

Parameters

dest  Single
 
v1  Single
 
v2  Single
 
See Also