mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Document precondition
This commit is contained in:
parent
23cf4d5993
commit
a0d5716687
@ -12,6 +12,9 @@ pub trait ConnectExt {
|
||||
/// Panics, if the two faces provided do not have the same number of
|
||||
/// half-edges.
|
||||
///
|
||||
/// Panics, if an internal half-edge of one face would connect to an
|
||||
/// external half-edge of the other.
|
||||
///
|
||||
/// ## Implementation Note
|
||||
///
|
||||
/// This method has very particular (and undocumented) requirements about
|
||||
|
Loading…
Reference in New Issue
Block a user