4 references to DegreesToRadians
PresentationCore (4)
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);