Hello!
I have two points (A - B) in 3D space and I want to find the vertices to build a mesh around the vector AB.
The direction of the vector AB is not fixed (it changes during the execution) and I’m struggling to find the solution (the base can be a square, not a circle)
Do you know how can I achieve this?
Thank you!