MatrixLookAt function

MatrixC MatrixLookAt(
  1. Vector3C eye,
  2. Vector3C target,
  3. Vector3C up
)

Implementation

MatrixC MatrixLookAt(Vector3C eye, Vector3C target, Vector3C up)
  => _module.MatrixLookAt(eye, target, up);