mirror of
https://github.com/hannobraun/Fornjot
synced 2025-03-11 23:52:12 +00:00
Update doc comment
This commit is contained in:
parent
ff74d958c4
commit
ac17c12bec
@ -51,13 +51,6 @@ impl Face {
|
||||
}
|
||||
|
||||
/// Construct a new instance of `Face`
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics, if the provided cycles are not defined in the same surface.
|
||||
///
|
||||
/// Panics, if the winding of the interior cycles is not opposite that of
|
||||
/// the exterior cycle.
|
||||
pub fn new(
|
||||
exterior: Handle<Cycle>,
|
||||
interiors: impl IntoIterator<Item = Handle<Cycle>>,
|
||||
|
Loading…
Reference in New Issue
Block a user