Search
AwtGraphics.rotatePointAt(T) Method (Point2D, Point2D, Double, T)
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 <T> T rotatePointAt (
    Point2D point,
    Point2D pivot,
    double angle,
    T result
)

 Parameters

point

pivot

angle

result

 Return Value

 See Also