mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-13 02:35:53 +00:00
Update function name
This commit is contained in:
parent
1809244fb7
commit
e25c3ee696
@ -43,7 +43,7 @@ impl Approx for (&Handle<HalfEdge>, &Surface) {
|
|||||||
{
|
{
|
||||||
Some(approx) => approx,
|
Some(approx) => approx,
|
||||||
None => {
|
None => {
|
||||||
let approx = approx_global_curve(
|
let approx = approx_edge(
|
||||||
half_edge.curve(),
|
half_edge.curve(),
|
||||||
surface,
|
surface,
|
||||||
range,
|
range,
|
||||||
@ -102,7 +102,7 @@ impl HalfEdgeApprox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn approx_global_curve(
|
fn approx_edge(
|
||||||
curve: &Curve,
|
curve: &Curve,
|
||||||
surface: &Surface,
|
surface: &Surface,
|
||||||
range: RangeOnPath,
|
range: RangeOnPath,
|
||||||
|
Loading…
Reference in New Issue
Block a user