mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-09 02:36:07 +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,
|
curve: &Curve,
|
||||||
surface: &Surface,
|
surface: &Surface,
|
||||||
range: RangeOnPath,
|
range: RangeOnPath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user