C# Class LiveCharts.Wpf.Points.PieUtils

显示文件 Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
ComputeCartesianCoordinate ( double angle, double radius ) : Point

Converts a coordinate from the polar coordinate system to the cartesian coordinate system.

Method Details

ComputeCartesianCoordinate() public static method

Converts a coordinate from the polar coordinate system to the cartesian coordinate system.
public static ComputeCartesianCoordinate ( double angle, double radius ) : Point
angle double
radius double
return Point