RcVecCross2(Single, Int32, Int32, Int32) Method |
Namespace: NeoAxis.DotRecast.Core.NumericsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntaxpublic static float Cross2(
float[] verts,
int p1,
int p2,
int p3
)
Parameters
- verts Single
-
- p1 Int32
-
- p2 Int32
-
- p3 Int32
-
Return Value
Single
See Also