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