Exemple #1
0
 public bool HasPoint(Point3D point)
 {
     return(_pointA.AreEqual(point) || _pointB.AreEqual(point));
 }