Search
AwtGraphics.rotatePointAt Method (Point2D, Point2D, Double)
See Also
 






Rotates the specified point around the specified pivot at the specified angle.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public static Point2D rotatePointAt (
    Point2D point,
    Point2D pivot,
    double angle
)

 Parameters

point

pivot

angle

 Return Value

 See Also