C# Class LiveCharts.Wpf.Points.PieUtils

Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat Point