mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-29 22:21:37 +00:00
Update doc comment
This commit is contained in:
parent
0fe94bfd79
commit
877caba733
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user