Hello,
I have a array of vector3 points below
[
0.0385, 0.4680246, -0.01569471,
1.5335, 0.4680246, -0.01569471,
1.5335, -0.1380246, -0.01569471,
0.0385, -0.1380246, -0.01569471,
]
what i want to do, is to transform all the point to xy coordinate (vector2) so i can draw a shape and then extrude the geometry and finally go back to the origin transformation (vector3)
the image below describe what i want exactly.
If anyone has a adea ! thank’s for helping