In stereographic projection map, o is the "North pole" (0, 0, -1). Find a parametric equation for the line between o and v = (x, y, z).
$\vec{ov}$ = (x, y, z)-(0, 0, -1) = $< x , y ,z + 1 >$ $r(t)= <0, 0, -1> + t< x , y ,z + 1 >$ $r(t) = < tx,ty,-z-1>$
Is the answer above correct?
Then how do I convert this into an explicit formula? or what does an explicit formula mean?