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
Java Copy Code |
---|
public static Point2D calcCircumferenceCoord ( |
The center of the circumference.
The radius of the circumference.
The angle, in radians.
A Point2D instance.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |