docs: add doc header to maths

This commit is contained in:
oreo639 2024-01-16 18:31:31 -08:00
parent f99602f842
commit cfe9bd4cbe

View File

@ -1,3 +1,7 @@
/**
* @file maths.h
* @brief Basic math library for matrix, vector, and quaternion operations
*/
#pragma once
#include "types.h"
#include <math.h>