Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Aug 11, 2023
1 parent 5fb76e8 commit 3fee65d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/fj-core/src/geometry/boundary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ impl<T: CurveBoundaryElement> CurveBoundary<T> {
/// Normalize the boundary
///
/// Returns a new instance of this struct, which has the bounding elements
/// in a defined order, alongside a boolean that indicates whether the new
/// instance is different from the original one.
///
/// This can be used to compare a boundary while disregarding its direction.
/// in a defined order. This can be used to compare boundaries while
/// disregarding their direction.
#[must_use]
pub fn normalize(self) -> Self {
if self.is_normalized() {
Expand Down

0 comments on commit 3fee65d

Please sign in to comment.