3 references to Asin
PresentationCore (2)
Core\CSharp\System\Windows\Media3D\Vector3D.cs (2)
177theta = Math.PI - 2.0 * Math.Asin((-vector1 - vector2).Length / 2.0); 181theta = 2.0 * Math.Asin((vector1 - vector2).Length / 2.0);
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2755double radSin = Math.Asin(tf.M12 / Math.Sqrt((tf.M11 * tf.M11) + (tf.M12 * tf.M12)));