46 static Vec4f left_frustum_plane(
const Mat4f &matrix);
47 static Vec4f right_frustum_plane(
const Mat4f &matrix);
48 static Vec4f top_frustum_plane(
const Mat4f &matrix);
49 static Vec4f bottom_frustum_plane(
const Mat4f &matrix);
50 static Vec4f near_frustum_plane(
const Mat4f &matrix);
51 static Vec4f far_frustum_plane(
const Mat4f &matrix);
Vec4f planes[6]
Definition: frustum_planes.h:43
4D matrix
Definition: mat2.h:51
FrustumPlanes(const Mat4f &world_to_projection)
Definition: frustum_planes.h:38