Click or drag to resize

RcVecCross2(RcVec3f, 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 Cross2(
	RcVec3f p1,
	RcVec3f p2,
	RcVec3f p3
)

Parameters

p1  RcVec3f
 
p2  RcVec3f
 
p3  RcVec3f
 

Return Value

Single
See Also