uAntiPodal.py

from pygeo import *

v=display(scale=3, camera_vector=(0,1,-1))

upoint=uPolarPoint(PI/3,-PI/5*2)
antipodal=uAntiPodal(upoint)

#refences objects
uSphere()
zPlane(grid_scale=20)
rLine(upoint,antipodal,color=WHITE)
zPoint(color=WHITE)
v.pickloop()