fairmotion/viz/gl_render.py [76:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    render_circle(
        constants.eye_T(),
        r=radius,
        slice=slice,
        scale=1.0,
        line_width=line_width,
        color=color,
        draw_plane="xy",
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



fairmotion/viz/gl_render.py [88:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    render_circle(
        constants.eye_T(),
        r=radius,
        slice=slice,
        scale=1.0,
        line_width=line_width,
        color=color,
        draw_plane="xy",
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



