remove _aabb2d_frustum

This commit is contained in:
duarm
2023-12-06 16:48:48 -03:00
parent c1d78d835b
commit 2106f9ebcb
5 changed files with 0 additions and 84 deletions

View File

@@ -41,12 +41,6 @@ glmc_aabb2d_crop_until(vec2 aabb[2],
glm_aabb2d_crop_until(aabb, cropAabb, clampAabb, dest);
}
CGLM_EXPORT
bool
glmc_aabb2d_frustum(vec2 aabb[2], vec4 planes[6]) {
return glm_aabb2d_frustum(aabb, planes);
}
CGLM_EXPORT
void
glmc_aabb2d_invalidate(vec2 aabb[2]) {