7 references to AngleUtil
PresentationCore (7)
System\Windows\Input\InertiaRotationBehavior.cs (4)
98behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(behavior._initialVelocity); 102behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(initialVelocity); 106behavior2D.DesiredDeceleration = (float)AngleUtil.DegreesToRadians(behavior._desiredDeceleration); 110behavior2D.DesiredRotation = (float)AngleUtil.DegreesToRadians(behavior._desiredRotation);
System\Windows\Input\ManipulationLogic.cs (3)
165AngleUtil.RadiansToDegrees(delta.Rotation) + add.Rotation, 173AngleUtil.RadiansToDegrees(delta.Rotation), 183AngleUtil.RadiansToDegrees(velocities.AngularVelocity),