pub fn line3d(
z: f32,
x_a: f32,
y_a: f32,
z_a: f32,
dx: f32,
dy: f32,
dz: f32,
) -> (f32, f32, f32)Expand description
Describe line depending on z since that is our best constrained value
This model has 6 free parameters, 3 for the anchor point and 3 for the direction