Skip to content

Commit

Permalink
Point trait: correct doc comment (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
pthariensflame authored Feb 2, 2024
1 parent 3b32701 commit 5717559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstar/src/point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl<S> RTreeNum for S where S: Bounded + Num + Clone + Copy + Signed + PartialO
/// [`crate::primitives::GeomWithData`] instead.
/// This trait defines points, not points with metadata.
///
/// `Point` is implemented out of the box for arrays like `[f32; 2]` or `[f64; 7]` (up to dimension 9)
/// `Point` is implemented out of the box for arrays like `[f32; 2]` or `[f64; 7]` (for any number of dimensions),
/// and for tuples like `(int, int)` and `(f64, f64, f64)` so tuples with only elements of the same type (up to dimension 9).
///
///
Expand Down

0 comments on commit 5717559

Please sign in to comment.