Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const std::vector<std::pair<std::pair<Segment, Point>, Orientation> tests = { {{s, Point(1.0, 2.0)}, Left},
- {{s, Point(100.0, 200.0)}, Left},
- {{s, Point(0.0, 0.0 + 1E-10), Left}},
- {{s, Point(0.0, 128 * std::numeric_limits<double>::epsilon()), Left}},
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement