MatrixStack.lookAt

Replacement for gluLookAt.

class MatrixStack(int R, T)
pure nothrow
static if(R == 4)
void
lookAt
(
vec3!T eye
,
vec3!T target
,
vec3!T up
)
if (
R == 3 ||
R == 4
)

Meta