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