mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-12 18:26:00 +00:00
Update doc comment
This commit is contained in:
parent
5fb76e8a02
commit
3fee65dbd2
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user