Example #1
0
 /// <summary>
 ///  True: Segments are parallel, on the same line, oriented in the opposite direction.
 /// </summary>
 /// <param name="vector"></param>
 /// <returns></returns>
 public bool IsColinearOppositeDirection(NVector vector)
 {
     return(_vector.IsCollinearOppositeDirection(vector, Tolerance));
 }