Exemplo n.º 1
0
 public static quaternion Rotation(this float5x4 m)
 {
     return(quaternion.LookRotationSafe(m.Forward(), m.Up()));
 }