Matrix.frustum

Extract frustum from a 4x4 matrice.

struct Matrix(T, int R, int C)
@nogc pure const nothrow
static if(isSquare && R == 4 && isFloatingPoint!T)
frustum
()

Meta