Example #1
0
 /// <summary>
 /// Vectors form a convex angle.
 /// </summary>
 /// <param name="vector"></param>
 /// <returns></returns>
 public bool IsConvex(NVector vector)
 {
     return(_vector.IsConvex(vector, Tolerance));
 }