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