File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
include/geode/mesh/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ namespace geode
8282 [[nodiscard]] std::optional< EdgeDistance > closest_edge () const ;
8383
8484 [[nodiscard]] std::optional< absl::FixedArray< EdgeDistance > >
85- closest_edges ( index_t size ) const ;
85+ closest_edges ( index_t nb_closest_wanted ) const ;
8686
8787 [[nodiscard]] std::vector< EdgeDistance > all_intersections () const ;
8888
@@ -131,7 +131,7 @@ namespace geode
131131 [[nodiscard]] std::optional< PolygonDistance > closest_polygon () const ;
132132
133133 [[nodiscard]] std::optional< absl::FixedArray< PolygonDistance > >
134- closest_polygons ( index_t size ) const ;
134+ closest_polygons ( index_t nb_closest_wanted ) const ;
135135
136136 [[nodiscard]] std::vector< PolygonDistance > all_intersections () const ;
137137
You can’t perform that action at this time.
0 commit comments