Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Sep 7, 2024
1 parent 1428a14 commit 2ff6364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ impl NavMesh {
new_mesh
}

/// TODO: write docs
/// Return the transform that would convert world coordinates into mesh coordinates.
#[inline]
pub fn world_to_mesh(&self) -> Affine3A {
world_to_mesh(&self.transform())
Expand Down

0 comments on commit 2ff6364

Please sign in to comment.