Hello everyone!   I know there is a function .setPosition but I want to know this...   Let's make my camera is at Vector3(0, 0, 100). The user move the camera wherever he wants. With a button I want the camera go back to Vector3(0, 0, 100), but not in a frame, but smoothly... how can i do it? Or, even better, how can I move the camera to a specific point calculating the fastest route and assigning a velocity?   For me the problem is that the route is not a line, but a curve and I don't know how