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