public static void MatLookAt(ref Mat4 result, Vec3 eye, Vec3 at) { MatLookAt(ref result, eye, at, new Vec3(0f, 1f, 0f)); }