Frustum.intersects

Checks if the aabb intersects with the frustum. Returns OUTSIDE (= 0), INSIDE (= 1) or INTERSECT (= 2).

struct Frustum
@safe pure nothrow const
int
intersects

Meta