Esempio n. 1
0
 public static double Angle(this Matrix3x2 m)
 {
     return(m.Direction().Angle());
 }