MatrixStack.lookAt

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

Meta