mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-07 19:38:29 +00:00
Prepare for follow-on change
This commit is contained in:
parent
8215ff90a7
commit
9858e41fe2
@ -53,6 +53,7 @@ pub fn approx_cycle(
|
||||
half_edge.curve(),
|
||||
surface,
|
||||
start_position_curve,
|
||||
tolerance,
|
||||
&mut cache.vertex,
|
||||
geometry,
|
||||
);
|
||||
|
@ -8,7 +8,7 @@ use crate::{
|
||||
topology::{Curve, Surface, Vertex},
|
||||
};
|
||||
|
||||
use super::ApproxPoint;
|
||||
use super::{ApproxPoint, Tolerance};
|
||||
|
||||
/// # Approximate a vertex position
|
||||
pub fn approx_vertex(
|
||||
@ -16,6 +16,7 @@ pub fn approx_vertex(
|
||||
curve: &Handle<Curve>,
|
||||
surface: &Handle<Surface>,
|
||||
position_curve: Point<1>,
|
||||
_: impl Into<Tolerance>,
|
||||
cache: &mut VertexApproxCache,
|
||||
geometry: &Geometry,
|
||||
) -> ApproxPoint<1> {
|
||||
|
Loading…
Reference in New Issue
Block a user