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
|
/// Normalize the boundary
|
||||||
///
|
///
|
||||||
/// Returns a new instance of this struct, which has the bounding elements
|
/// Returns a new instance of this struct, which has the bounding elements
|
||||||
/// in a defined order, alongside a boolean that indicates whether the new
|
/// in a defined order. This can be used to compare boundaries while
|
||||||
/// instance is different from the original one.
|
/// disregarding their direction.
|
||||||
///
|
|
||||||
/// This can be used to compare a boundary while disregarding its direction.
|
|
||||||
#[must_use]
|
#[must_use]
|
||||||
pub fn normalize(self) -> Self {
|
pub fn normalize(self) -> Self {
|
||||||
if self.is_normalized() {
|
if self.is_normalized() {
|
||||||
|
Loading…
Reference in New Issue
Block a user