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