mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 20:08:30 +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
|
/// Panics, if the two faces provided do not have the same number of
|
||||||
/// half-edges.
|
/// half-edges.
|
||||||
///
|
///
|
||||||
|
/// Panics, if an internal half-edge of one face would connect to an
|
||||||
|
/// external half-edge of the other.
|
||||||
|
///
|
||||||
/// ## Implementation Note
|
/// ## Implementation Note
|
||||||
///
|
///
|
||||||
/// This method has very particular (and undocumented) requirements about
|
/// This method has very particular (and undocumented) requirements about
|
||||||
|
Loading…
Reference in New Issue
Block a user