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