Moved some functions to raymath

Exposed some raymath useful functions to raylib API
This commit is contained in:
raysan5
2017-07-21 15:25:35 +02:00
parent 980d9d4cd4
commit 38d9fcb08e
5 changed files with 52 additions and 77 deletions

View File

@@ -465,7 +465,6 @@ void BeginVrDrawing(void); // Begin VR stereo rende
void EndVrDrawing(void); // End VR stereo rendering
void TraceLog(int msgType, const char *text, ...); // Show trace log messages (LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_DEBUG)
float *MatrixToFloat(Matrix mat); // Converts Matrix to float array
#endif
#ifdef __cplusplus