![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
#include "nilorea/n_common.h"#include "nilorea/n_log.h"#include "nilorea/n_str.h"#include "nilorea/n_aabb.h"
Include dependency graph for n_aabb.c:Go to the source code of this file.
Functions | |
| AABB3D | createAABB3D (AABB_VALUE xMin, AABB_VALUE yMin, AABB_VALUE zMin, AABB_VALUE xMax, AABB_VALUE yMax, AABB_VALUE zMax) |
| create a new AABB3D box | |
| bool | doAABB3DsIntersect (AABB3D box1, AABB3D box2) |
| check if two 3D AABBs intersect | |
| bool | isPointInsideAABB3D (AABB3D box, AABB_VALUE x, AABB_VALUE y, AABB_VALUE z) |
| check if a point is inside a 3D AABB | |