Back to class index
| Ray::EqualsSyntaxbool Ray::Equals(const Ray &otherRay, float epsilon=1e-3f) const; [4 lines of code]Tests if two rays are equal. Return ValueTrue if this and the given Ray represent the same set of points, up to the given epsilon. |