#include <raytrace.h>
Collaboration diagram for rt_pt_node:
Data Fields | |
point_t | p |
a point | |
rt_pt_node * | next |
ptr to next pt |
Used by g_rpc.c and others to contain forward-linked lists of points.
Definition at line 1918 of file raytrace.h.
|
a point
Definition at line 1919 of file raytrace.h. Referenced by rt_ehy_plot(), rt_ehy_tess(), rt_ell4(), rt_epa_plot(), rt_epa_tess(), rt_mk_ell(), rt_mk_hyperbola(), rt_mk_parabola(), rt_rhc_plot(), rt_rhc_tess(), rt_rpc_plot(), and rt_rpc_tess(). |
|
ptr to next pt
Definition at line 1920 of file raytrace.h. Referenced by rt_ehy_plot(), rt_ehy_tess(), rt_ell4(), rt_epa_plot(), rt_epa_tess(), rt_mk_ell(), rt_mk_hyperbola(), rt_mk_parabola(), rt_rhc_plot(), rt_rhc_tess(), rt_rpc_plot(), and rt_rpc_tess(). |