mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 12:12:10 +00:00
[geometry] Removed now unused method
This commit is contained in:
@@ -158,15 +158,6 @@ struct segments_de9im
|
||||
false, false, false, true);
|
||||
}
|
||||
|
||||
static inline return_type collinear_disjoint()
|
||||
{
|
||||
return de9im_segment(0,0,
|
||||
-1, -1, 1,
|
||||
-1, -1, 0,
|
||||
1, 0, 2,
|
||||
true);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -284,11 +284,6 @@ struct segments_direction
|
||||
return return_type('d', false);
|
||||
}
|
||||
|
||||
static inline return_type collinear_disjoint()
|
||||
{
|
||||
return return_type('d', false);
|
||||
}
|
||||
|
||||
static inline return_type error(std::string const&)
|
||||
{
|
||||
// Return "E" to denote error
|
||||
|
||||
@@ -193,11 +193,6 @@ struct segments_intersection_points
|
||||
return return_type();
|
||||
}
|
||||
|
||||
static inline return_type collinear_disjoint()
|
||||
{
|
||||
return return_type();
|
||||
}
|
||||
|
||||
static inline return_type degenerate(S1 const& s, bool)
|
||||
{
|
||||
return_type result;
|
||||
|
||||
@@ -101,15 +101,6 @@ struct segments_tupled
|
||||
);
|
||||
}
|
||||
|
||||
static inline return_type collinear_disjoint()
|
||||
{
|
||||
return boost::make_tuple
|
||||
(
|
||||
Policy1::collinear_disjoint(),
|
||||
Policy2::collinear_disjoint()
|
||||
);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}} // namespace policies::relate
|
||||
|
||||
Reference in New Issue
Block a user