pub fn get_farthest_point(
    points: &[Vector3<f32>],
    dir: Vector3<f32>
) -> Vector3<f32>