Method b3Mul
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Mul(Vector3, Vector3)
Multiplies two vectors component-wise.
public static Vector3 b3Mul(Vector3 a, Vector3 b)Parameters
Returns
- Vector3
-
The component-wise product.
Multiplies two vectors component-wise.
public static Vector3 b3Mul(Vector3 a, Vector3 b)The component-wise product.