PEd_MatrixLookAt

function

PEd_MatrixLookAt(_eye, _at, _up)

Description

Builds a look-at matrix.

Arguments

Name Type Description
_eye Array<Real> The eye position.
_at Array<Real> The look-at target position.
_up Array<Real> The world's up vector.

Returns

Array<Real> The look-at matrix.

Source

https://msdn.microsoft.com/en-us/library/windows/desktop/bb205342(v=vs.85).aspx


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.