public static Quat AngleAxis(float angle, Vector3 axis) { return(Quat.INTERNAL_CALL_AngleAxis(angle, ref axis)); }