Method b3Cross
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Cross(Vector3, Vector3)
Computes the cross product of two vectors.
public static Vector3 b3Cross(Vector3 a, Vector3 b)Parameters
Returns
- Vector3
-
The cross product.
Computes the cross product of two vectors.
public static Vector3 b3Cross(Vector3 a, Vector3 b)The cross product.