#include "common.h"#include <stdio.h>#include "machine.h"#include "vmath.h"#include "nmg.h"#include "raytrace.h"#include "nurb.h"Include dependency graph for nurb_bezier.c:

Go to the source code of this file.
Functions | |
| int | rt_nurb_bezier (struct bu_list *bezier_hd, const struct face_g_snurb *orig_surf, struct resource *res) |
| int | rt_bez_check (const struct face_g_snurb *srf) |
| int | nurb_crv_is_bezier (const struct edge_g_cnurb *crv) |
| void | nurb_c_to_bezier (struct bu_list *clist, struct edge_g_cnurb *crv) |
Author - Paul R. Stay
Source - SECAD/VLD Computing Consortium, Bldg 394 The U.S. Army Ballistic Research Laboratory Aberdeen Proving Ground, Maryland 21005
Definition in file nurb_bezier.c.
1.4.6