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. Performance4.105nsecs/call ≈ 243.59M calls/second ≈ 4.06M calls/frame (@ 60fps). Leave a Comment |