IMSL C# Numerical Library

Polar.MapUserToDevice Method 

Map the polar coordinates (userRadius,userAngle) to the device coordinates devXY.

public override void MapUserToDevice(
   double userRadius,
   double userTheta,
   int[] devXY
);

Parameters

userRadius
A double which specifies the user radius coordinate.
userTheta
A double which specifies the user angle coordinate.
devXY
An int[2] in which the device coordinates are returned.

See Also

Polar Class | Imsl.Chart2D Namespace