Function Camera.getFrustum

Returns the camera's frustum planes in world-space units as an array of Planes in the following order: near, far, left, top, right, bottom. Not to be confused with frustumOffset.

Array getFrustum() nothrow @nogc const;