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.Common
C#
![]() |
---|
public static int Ccw ( |
Visual Basic
![]() |
---|
Public Shared Function Ccw( _ |
1 if the movement is in a counterclockwise direction, -1 if not.