Matrix.lookAt

Look At projection

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

Return Value

Type: Matrix

"lookAt" projection. Thanks to vuaru for corrections.

Meta