I have several points on the UI. I want the user to select some points from them.
I need to calculate the distance between the points selected by the user.
This part can be done in C++ for sure,
but I still will have to `push` the points selected by the user in a `variant` and then pass the variant to C++.
Won't I?





Reply With Quote
Bookmarks