C# Class RotaryWheelUserControl.Helpers.QuadrantHelper

Mostrar archivo Open project: jpoon/RotaryWheel

Public Methods

Method Description
Calculate ( double radius, double startAngle, double angle ) : Point
GetAngle ( Point touchPoint, Size circleSize ) : double
GetQuadrant ( double angle ) : Quadrants

Method Details

Calculate() public static method

public static Calculate ( double radius, double startAngle, double angle ) : Point
radius double
startAngle double
angle double
return Point

GetAngle() public static method

public static GetAngle ( Point touchPoint, Size circleSize ) : double
touchPoint Point
circleSize Windows.Foundation.Size
return double

GetQuadrant() public static method

public static GetQuadrant ( double angle ) : Quadrants
angle double
return Quadrants