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);
Definition frustum_planes.h:37
FrustumPlanes(const Mat4f &world_to_projection)
Vec4f planes[6]
Definition frustum_planes.h:42
4D matrix
Definition vec4.h:58