Search
Utilities.ccw Method
See Also
 






A helper method.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static int ccw (
    Point2D p0,
    Point2D p1,
    Point2D p2
)

 Parameters

p0

p1

p2

 Return Value

1 if the movement is in a counterclockwise direction, or -1 otherwise.

 See Also