Other

Header file: include/other.h

Includes various functions.

Namespace functions

Name

Description

float toRad(const float degrees)

Return the radians of an angle in degrees.

float toDeg(const float radians)

Return the degrees of an angle in radians.

float lerp(const float a, const float b, const float interpolationValue)

Return the linear interpolation between two scalars and an interpolation value.