Determines, given three points, if when travelling from the first to the second to the third, we travel in a counterclockwise direction.
Namespace: MindFusion
Assembly: MindFusion.Charting
C# Copy Code |
---|
public static int Ccw ( |
Visual Basic Copy Code |
---|
Public Shared Function Ccw( _ |
1 if the movement is in a counterclockwise direction, -1 if not.