Update doc comment

This commit is contained in:
Hanno Braun 2025-05-23 12:44:52 +02:00
parent 0fe94bfd79
commit 877caba733

View File

@ -9,14 +9,14 @@ use crate::{
use super::{connect::ConnectExt, flip::FlipExt, translate::TranslateExt}; use super::{connect::ConnectExt, flip::FlipExt, translate::TranslateExt};
pub trait SweepExt { pub trait SweepExt {
/// # Sweep a face along a path, creating a solid /// # Sweep a face along a curve, creating a solid
/// ///
/// ## Implementation Note /// ## Implementation Note
/// ///
/// This method has very particular (and undocumented) requirements about /// This method has very particular (and undocumented) requirements about
/// the orientation of the two faces relative to each other, and will /// the orientation of the face relative to the curve, and will happily
/// happily generate invalid geometry, if those undocumented requirements /// generate invalid geometry, if those undocumented requirements aren't
/// aren't met. /// met.
/// ///
/// It should be seen as more of a placeholder for a real implementation of /// It should be seen as more of a placeholder for a real implementation of
/// this operation. /// this operation.