Method b3MulAdd
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3MulAdd(Vector3, float, Vector3)
Computes a + s * b.
public static Vector3 b3MulAdd(Vector3 a, float s, Vector3 b)Parameters
Returns
- Vector3
-
The result.
Computes a + s * b.
public static Vector3 b3MulAdd(Vector3 a, float s, Vector3 b)The result.