docs: add doc header to maths
This commit is contained in:
parent
f99602f842
commit
cfe9bd4cbe
@ -1,3 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* @file maths.h
|
||||||
|
* @brief Basic math library for matrix, vector, and quaternion operations
|
||||||
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user