6 references to Acos
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\DoubleAnimationUsingPath.cs (1)
306double angle = Math.Acos(x) * (180.0 / Math.PI);
Core\CSharp\System\Windows\Media3D\Quaternion.cs (1)
575double omega = Math.Acos(cosOmega);
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2756double radCos = Math.Acos(tf.M11 / Math.Sqrt((tf.M11 * tf.M11) + (tf.M12 * tf.M12)));
System.Numerics (1)
System\Numerics\Quaternion.cs (1)
316float omega = (float)Math.Acos(cosOmega);
System.Web.DataVisualization (1)
Common\General\Matrix3D.cs (1)
1215 angle = Math.Acos( ( a.X * b.X + a.Y * b.Y + a.Z * b.Z ) / ( Math.Sqrt( a.X * a.X + a.Y * a.Y + a.Z * a.Z ) * Math.Sqrt( b.X * b.X + b.Y * b.Y + b.Z * b.Z ) ) );
System.Windows.Forms.DataVisualization (1)
Common\General\Matrix3D.cs (1)
1215 angle = Math.Acos( ( a.X * b.X + a.Y * b.Y + a.Z * b.Z ) / ( Math.Sqrt( a.X * a.X + a.Y * a.Y + a.Z * a.Z ) * Math.Sqrt( b.X * b.X + b.Y * b.Y + b.Z * b.Z ) ) );