#include "common.h"
#include <stdio.h>
#include <math.h>
#include "machine.h"
#include "vmath.h"
#include "raytrace.h"
#include "nurb.h"
Include dependency graph for nurb_trim_util.c:
Go to the source code of this file.
Functions | |
int | rt_nurb_crv_in_range (struct edge_g_cnurb *crv, fastf_t u_min, fastf_t u_max, fastf_t v_min, fastf_t v_max) |
Author: Paul R. Stay Source SECAD/VLD Computing Consortium, Bldg 394 The US Army Ballistic Research Laboratory Aberdeen Proving Ground, Maryland 21005
Date: Mon July 3, 1995
Definition in file nurb_trim_util.c.
|
Definition at line 62 of file nurb_trim_util.c. References edge_g_cnurb::c_size, edge_g_cnurb::ctl_points, edge_g_cnurb::pt_type, RT_NURB_EXTRACT_COORDS, and RT_NURB_IS_PT_RATIONAL. |