I have 3 dimensional sets of points (x, y, z). I need to project these points onto the 2 dimensional XY plane using the orthogonal projection. so my question is how to convert these points to 2D? is this correct if i do only z = 0? If this is not correct, please help me solve this problem. Also I want to program this in C ++
source share