コード例 #1
0
 public override bool Overlaps(CircleShape circle, PointF offset)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 /// <summary>
 /// Calculates if hte other circle, with a center offset given, intersects with the given shape.
 /// </summary>
 /// <param name="circle"></param>
 /// <param name="offset"></param>
 /// <returns></returns>
 public abstract bool Overlaps(CircleShape circle, PointF offset);
コード例 #3
0
 public override bool Overlaps(CircleShape circle, PointF offset)
 {
     throw new NotImplementedException();
 }