简体   繁体   English

3D点投影到2D XY平面

[英]3D points projection to 2D XY plane

I have a 3 Dimentional point set (x,y,z).I need to project these points into 2 dimentional XY plane using orthogonal projection. 我有一个3维点集(x,y,z)。我需要使用正交投影将这些点投影到2维XY平面。 so my question is, how to convert these points into 2D? 所以我的问题是,如何将这些点转换为2D? is it correct if I make Z=0 only? 如果我只让Z = 0,这是正确的吗? If it is not correct please any one help me to slove this problem. 如果不正确请任何人帮我解决这个问题。 Also I want to programming this in C++ 我也想用C ++编程

如果坐标系的轴彼此正交,只需将z坐标设置为零即可获得到xy平面的正交投影 - 你就是这样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM