lookAt

Look At projection Based on gfm code

@nogc pure nothrow
M
lookAt
(
M = Mat4f
V = Vec3f
T = float
)
(
V eye
,,
V up
)
if (
is4dMat!M &&
isNumeric!T
&&
&&
V.dim <= 3
)

Meta