Added: Comment for BoundingBox constructor parameters.

This commit is contained in:
Foxar
2020-12-21 20:06:55 +01:00
parent 13f6a2ecb7
commit cf07cf78c8
+5
View File
@@ -12,6 +12,11 @@
#include "../include/utils/debug.hpp"
#include <cstring>
/**
* Construct a BoundingBox class
* Allows for user friendly access to bounding box data.
* @param t_vertices Array of 8 Vector3 elements.
*/
BoundingBox::BoundingBox(Vector3 *t_vertices)
{
//Perform a deep copy of vertex array parameter