Method b3LerpFloat
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3LerpFloat(float, float, float)
Linearly interpolates between two numbers.
public static float b3LerpFloat(float a, float b, float alpha)Parameters
afloat-
The value at
alphazero. bfloat-
The value at
alphaone. alphafloat-
The interpolation parameter.
Returns
- float
-
The interpolated value.