|
template<typename Segment > |
static return_type | degenerate (Segment const &segment, bool a_degenerate) |
|
static return_type | disjoint () |
|
static return_type | error (std::string const &msg) |
|
template<typename Segment , typename Ratio > |
static return_type | one_degenerate (Segment const &segment, Ratio const &ratio, bool a_degenerate) |
|
template<typename Segment1 , typename Segment2 , typename Ratio > |
static return_type | segments_collinear (Segment1 const &segment1, Segment2 const &segment2, bool opposite, int pa1, int pa2, int pb1, int pb2, Ratio const &ra1, Ratio const &ra2, Ratio const &rb1, Ratio const &rb2) |
|
template<typename Segment1 , typename Segment2 , typename SegmentIntersectionInfo > |
static return_type | segments_crosses (side_info const &sides, SegmentIntersectionInfo const &sinfo, Segment1 const &s1, Segment2 const &s2) |
|