Matrix4x4.lookAt

Calculates a View-Matrix

See: <a href="http://3dgep.com/understanding-the-view-matrix/#Look_At_Camera">here</a>

struct Matrix4x4
@nogc
void
lookAt
pure nothrow
(
const Vector3f eye
,
const Vector3f look
,
const Vector3f up
)

Meta