1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00

rm dead lovrMathOrientationToDirection declaration;

This commit is contained in:
bjorn 2020-12-25 12:50:50 -07:00
parent 3bc2c00b79
commit d81a822bbc

View file

@ -6,7 +6,6 @@ struct RandomGenerator;
bool lovrMathInit(void); bool lovrMathInit(void);
void lovrMathDestroy(void); void lovrMathDestroy(void);
struct RandomGenerator* lovrMathGetRandomGenerator(void); struct RandomGenerator* lovrMathGetRandomGenerator(void);
void lovrMathOrientationToDirection(float angle, float ax, float ay, float az, float* v);
float lovrMathGammaToLinear(float x); float lovrMathGammaToLinear(float x);
float lovrMathLinearToGamma(float x); float lovrMathLinearToGamma(float x);
float lovrMathNoise1(float x); float lovrMathNoise1(float x);