Ejemplo n.º 1
0
 public void Intersects(ref LineSegment line, out Scalar result)
 {
     line.Intersects(ref this, out result);
 }