Skip to content

Commit 338b081

Browse files
committed
arnaud comments
1 parent ab24dd3 commit 338b081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/geode/mesh/helpers/ray_tracing.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)