Back to class index
| LineSegment::IntersectsDiscSyntaxbool LineSegment::IntersectsDisc(const Circle &disc) const; [4 lines of code]Tests if this line segment intersects the given disc. Work in progress:Todo: in bool LineSegment::IntersectsDisc(const Circle &disc) const: This signature will be moved to bool Intersects(const Disc &disc) const; |