3d to 2d | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

3d to 2d

I want to create 3d points (x, y, z) and then convert that 3d into a 2d representation? Thanks!

23rd Aug 2018, 9:56 PM
Théophile
Théophile - avatar
7 Answers
24th Aug 2018, 11:36 AM
KrOW
KrOW - avatar
+ 2
👍👍👍👍
24th Aug 2018, 2:53 PM
KrOW
KrOW - avatar
+ 1
just keep the x and y values, that perfectly transfers a point onto the 2d plane. example: A = (2, 3, 4) as a 2d plane has no concept of depth, you can just remove the z value A = (2, 3) and now it's 2 dimensional
24th Aug 2018, 6:35 AM
hinanawi
hinanawi - avatar
+ 1
For transform your 3d coordinate in 2d you have to make clear what tyolpe of projection you want use
24th Aug 2018, 9:53 AM
KrOW
KrOW - avatar
+ 1
Thank you very much!
24th Aug 2018, 12:24 PM
Théophile
Théophile - avatar
0
I don't know the type of projection, but I want to have a 3d feeling. I've ever tryed : x/z ; y/z
24th Aug 2018, 10:23 AM
Théophile
Théophile - avatar
0
I also want to move into the 3d world, turn around objects... I know it's possible, but how to do that? How to get the 3d feeling?
24th Aug 2018, 10:25 AM
Théophile
Théophile - avatar