7 references to AngleUtil
PresentationCore (7)
Core\CSharp\System\Windows\Input\InertiaRotationBehavior.cs (4)
100behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(behavior._initialVelocity); 104behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(initialVelocity); 108behavior2D.DesiredDeceleration = (float)AngleUtil.DegreesToRadians(behavior._desiredDeceleration); 112behavior2D.DesiredRotation = (float)AngleUtil.DegreesToRadians(behavior._desiredRotation);
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (3)
196AngleUtil.RadiansToDegrees(delta.Rotation) + add.Rotation, 204AngleUtil.RadiansToDegrees(delta.Rotation), 214AngleUtil.RadiansToDegrees(velocities.AngularVelocity),