Searched refs:has_nan_coordinate (Results 1 – 4 of 4) sorted by relevance
569 || geometry::has_nan_coordinate(p0) in non_negative_slope_segment()570 || geometry::has_nan_coordinate(p1)); in non_negative_slope_segment()623 || geometry::has_nan_coordinate(p0) in negative_slope_segment()624 || geometry::has_nan_coordinate(p1) ); in negative_slope_segment()672 || geometry::has_nan_coordinate(p0) in apply()673 || geometry::has_nan_coordinate(p1) ); in apply()
118 if (! geometry::has_nan_coordinate(front_pt)) in is_endpoint_boundary()122 if (! geometry::has_nan_coordinate(back_pt)) in is_endpoint_boundary()
201 if (! geometry::has_nan_coordinate(front_pt)) in init()205 if (! geometry::has_nan_coordinate(back_pt)) in init()
84 bool has_nan_coordinate(Point const& point) in has_nan_coordinate() function