[][src]Function raylib_sys::MatrixLookAt

pub unsafe extern "C" fn MatrixLookAt(
    eye: Vector3,
    target: Vector3,
    up: Vector3
) -> Matrix