#include "common.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "vmath.h"
#include "raytrace.h"
#include "nurb.h"
#include "plot3.h"
Include dependency graph for nurb_example.c:
Go to the source code of this file.
Functions | |
void | interpolate_data () |
int | main (int argc, char *argv[]) |
Variables | |
fastf_t | grid [10][10][3] |
fastf_t | ngrid [10][10][3] |
Source - The U. S. Army Research Laboratory Aberdeen Proving Ground, Maryland 21005-5068 USA
Definition in file nurb_example.c.
|
Definition at line 59 of file nurb_example.c. References grid, NULL, face_g_snurb::order, pl_color(), rt_nurb_kvknot(), rt_nurb_kvnorm(), rt_nurb_plot_snurb(), rt_nurb_reverse_srf(), rt_nurb_s_refine(), rt_nurb_sinterp(), face_g_snurb::u, and face_g_snurb::v. Here is the call graph for this function: ![]() |
|
Definition at line 89 of file nurb_example.c. References grid, pd_3cont(), pd_3move(), pl_color(), and face_g_snurb::v. Here is the call graph for this function: ![]() |
|
Definition at line 53 of file nurb_example.c. Referenced by interpolate_data(), and main(). |
|
Definition at line 54 of file nurb_example.c. |