I have points in 3D system like this
$p1=(2,3,4)$ $p2=(3,5,5)$
Here I would like draw point $p1$ and $p2$ in $2D$ view.
Project type = orthographic. Coordinate system = Cartesian
X- axis, min = 2, max=9 y-axis min=2, max=12 z-axis min=1, max=10
Basically I would like draw $3D$ points in $2D$ view.(using Cartesian coordinate system)
Please help me find an answer for the following question.
1) how can convert $3D$ points $(p1, p2)$ to $2D$ points. What is the formula for this?
I cann't upload images yet, as I need at least 10 reputation as per the forum rules.
Any idea
Thanks