mirror of
https://github.com/recp/cglm.git
synced 2025-12-30 12:17:50 +00:00
remove _aabb2d_frustum
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user