Search
Utilities.calcCircumferenceCoord Method
See Also
 






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

 Syntax

Java  Copy Code

public static Point2D calcCircumferenceCoord (
    Point2D center,
    double radius,
    double angleDegrees
)

 Parameters

center

The center of the circumference.

radius

The radius of the circumference.

angleDegrees

The angle, in radians.

 Return Value

A Point2D instance.

 See Also