mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-06 17:26:06 +00:00
Make function accessible from sibling modules
I'm about to use it from `edge`, as part of an ongoing refactoring.
This commit is contained in:
parent
ccd5d4abe8
commit
1e129862a1
@ -51,7 +51,7 @@ impl Approx for (&Handle<Curve>, &Surface, Handle<GlobalCurve>, RangeOnPath) {
|
||||
}
|
||||
}
|
||||
|
||||
fn approx_global_curve(
|
||||
pub(super) fn approx_global_curve(
|
||||
curve: &Curve,
|
||||
surface: &Surface,
|
||||
range: RangeOnPath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user