mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 17:09:40 +00:00
Merge pull request #389 from waywardmonkeys/aabb2d-struct-api
aabb2d: Fix struct api.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#include "mat4.h"
|
#include "mat4.h"
|
||||||
|
|
||||||
/* api definition */
|
/* api definition */
|
||||||
#define glms_aabb2d_(NAME) CGLM_STRUCTAPI(aabb, NAME)
|
#define glms_aabb2d_(NAME) CGLM_STRUCTAPI(aabb2d, NAME)
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief apply transform to Axis-Aligned Bounding Box
|
* @brief apply transform to Axis-Aligned Bounding Box
|
||||||
|
Reference in New Issue
Block a user