#include "common.h"
#include <stdio.h>
#include <sys/types.h>
#include <fcntl.h>
#include "machine.h"
#include "vmath.h"
#include "raytrace.h"
#include "nurb.h"
#include "plot3.h"
Include dependency graph for nurb_plot.c:
Go to the source code of this file.
Functions | |
void | rt_nurb_plot_snurb (FILE *fp, const struct face_g_snurb *srf) |
void | rt_nurb_plot_cnurb (FILE *fp, const struct edge_g_cnurb *crv) |
void | rt_nurb_setfile (int n) |
void | rt_nurb_closefile (void) |
void | rt_nurb_s_plot (const struct face_g_snurb *srf) |
Author - Paul Randal Stay
Source - SECAD/VLD Computing Consortium, Bldg 394 The U.S. Army Ballistic Research Laboratory Aberdeen Proving Ground, Maryland 21005
Definition in file nurb_plot.c.
|
Definition at line 159 of file nurb_plot.c. References pl_color(). Here is the call graph for this function: ![]() |
|
Definition at line 165 of file nurb_plot.c. |