This is the complete list of members for Ray, including all inherited members.
beg | Ray | private |
delta | Ray | private |
intersect(const Segment2D &s, Intersection::Location loc, Intersections &consumer) const | Ray | inline |
intersect_horiz_segm(double st_x, double end_x, double y, Intersection::Location loc, Intersections &consumer) const | Ray | inlineprivate |
intersect_vert_segm(double st_y, double end_y, double x, Intersection::Location loc, Intersections &consumer) const | Ray | inlineprivate |
Ray(double x_s, double x_d, double y_s, double y_d) | Ray | inline |
Ray(const Segment2D &s) | Ray | inlineexplicit |