mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
[geometry] removed/changed comment
This commit is contained in:
@@ -51,10 +51,13 @@ struct robust_point_type
|
||||
template <typename Point, typename Policy>
|
||||
struct segment_ratio_type
|
||||
{
|
||||
// TODO set to coordinate type ?
|
||||
// typedef typename geometry::coordinate_type<Point>::type coordinate_type;
|
||||
// typedef segment_ratio<coordinate_type> type;
|
||||
typedef segment_ratio<boost::long_long_type> type;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
}} // namespace boost::geometry
|
||||
|
||||
@@ -220,7 +220,6 @@ template <typename CoordinateType, typename PromotedType, typename SegmentRatio>
|
||||
struct segment_intersection_info
|
||||
{
|
||||
typedef PromotedType promoted_type;
|
||||
//typedef RobustType robust_type;
|
||||
|
||||
CoordinateType dx_a, dy_a, dx_b, dy_b; // TODO b can be removed
|
||||
PromotedType r; // TODO is probably redundant
|
||||
|
||||
Reference in New Issue
Block a user