45 static Vec4f left_frustum_plane(
const Mat4f &matrix);
46 static Vec4f right_frustum_plane(
const Mat4f &matrix);
47 static Vec4f top_frustum_plane(
const Mat4f &matrix);
48 static Vec4f bottom_frustum_plane(
const Mat4f &matrix);
49 static Vec4f near_frustum_plane(
const Mat4f &matrix);
50 static Vec4f far_frustum_plane(
const Mat4f &matrix);
FrustumPlanes(const Mat4f &world_to_projection)
Vec4f planes[6]
Definition frustum_planes.h:42
Vec4< float > Vec4f
Definition vec4.h:399
Mat4< float > Mat4f
Definition mat4.h:521