Table of Contents

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

a float

The value at alpha zero.

b float

The value at alpha one.

alpha float

The interpolation parameter.

Returns

float

The interpolated value.