7 references to AngleUtil
PresentationCore (7)
System\Windows\Input\InertiaRotationBehavior.cs (4)
97behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(behavior._initialVelocity); 101behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(initialVelocity); 105behavior2D.DesiredDeceleration = (float)AngleUtil.DegreesToRadians(behavior._desiredDeceleration); 109behavior2D.DesiredRotation = (float)AngleUtil.DegreesToRadians(behavior._desiredRotation);
System\Windows\Input\ManipulationLogic.cs (3)
164AngleUtil.RadiansToDegrees(delta.Rotation) + add.Rotation, 172AngleUtil.RadiansToDegrees(delta.Rotation), 182AngleUtil.RadiansToDegrees(velocities.AngularVelocity),