Determines, given three points, if when travelling from the first to the second to the third, we travel in a counterclockwise direction.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
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.