Back to class index
| Circle::IntersectsDiscSyntaxbool Circle::IntersectsDisc(const Line &line) const; [8 lines of code]bool Circle::IntersectsDisc(const LineSegment &lineSegment) const; [8 lines of code] bool Circle::IntersectsDisc(const Ray &ray) const; [8 lines of code] Tests this disc for an intersection against the given object. See Also |