I have a a gc::Vector2 defined for some vertices on an extrinsic triangulation. These vectors are defined in the tangent basis for each vertex.
I am trying to transport these vectors to the rest of the mesh using the heat method, but since my mesh is shitty, it works very bad.
I have tried to convert the mesh to an intrinsic triangulation, refine and make it delaunay, but now I am stuck, as apparently there is no way to get the tangent basis for the intrinsic vertices.
Is there any way to convert the 2D vectors in the extrinsic triangulation to 2D vectors in the intrinsic triangulation so I can use the heat method?