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
SyntaxC#
Copy Code
|
|---|
public static int Ccw ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Ccw( _ |
Remarks1 if the movement is in a counterclockwise direction, -1 if not.
See Also