Returns if the points a in a clockwise order.
Vector3
a
b
c
Will return true even if the points are colinear or very slightly counter-clockwise (if the signed area of the triangle formed by the points has an area less than or equals to float.Epsilon)