Home
last modified time | relevance | path

Searched refs:dir_unfold (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dfield-math.hpp353 double *ty = 0, Vector3d *dir_unfold = 0) { in TravelField() argument
447 *dir_unfold = BestQFromGivenQ(NF.col(f), ideal_q, *dir_unfold); in TravelField()
449 *dir_unfold = rotate_vector_into_plane(*dir_unfold, Ns[i], Ns[i - 1]); in TravelField()
463 *dir_unfold = BestQFromGivenQ(NF.col(f), ideal_q, *dir_unfold); in TravelField()
465 *dir_unfold = rotate_vector_into_plane(*dir_unfold, Ns[i], Ns[i - 1]); in TravelField()
471 if (dir_unfold) { in TravelField()
472 *dir_unfold = BestQFromGivenQ(NF.col(next_f), QF.col(next_f), *dir_unfold); in TravelField()