↓ 4 callersFunctionhigh_res_face_grid_point_position(
block: &Block<f32>,
side: TransitionSide,
cell_u: usize,
cell_v: usize,
delta_u: usize,
examples/shared/utils.rs:367
↓ 2 callersMethodadd_vertex_between(
&mut self,
point_a: GridPoint<V, C>,
point_b: GridPoint<V, C>,
)
src/implementation/algorithm.rs:439
↓ 1 callersFunctionmake_tri(
x1: f32,
y1: f32,
z1: f32,
x2: f32,
y2: f32,
z2: f32,
x3: f32,
y3: f32,
src/unit_tests/test_utils.rs:205
↓ 1 callersFunctionmake_tri_with_normals(
x1: f32,
y1: f32,
z1: f32,
nx1: f32,
ny1: f32,
nz1: f32,
x2: f32,
y2: f32,
src/unit_tests/test_utils.rs:235