Пример #1
0
 static float AngleD(float3 a, float3 b)
 {
     return(Mathematics.AngleDegrees(a, b));
 }