Calculates the point that marks the specified angle and belongs to the circumference with the specified center and radius.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static Point2D calcCircumferenceCoord ( |
The center of the circumference.
The radius of the circumference.
The angle, in radians.
A Point2D instance.
See Also