Matrix.lookAt

struct Matrix(T, size_t R, size_t C)
static pure nothrow
static if(isSquare && R == 4 && isFloatingPoint!T)
lookAt

Return Value

Type: Matrix

"lookAt" projection. Thanks to vuaru for corrections.

Meta