BRL-CAD
rhc.h
Go to the documentation of this file.
1 /* R H C . H
2  * BRL-CAD
3  *
4  * Copyright (c) 1993-2024 United States Government as represented by
5  * the U.S. Army Research Laboratory.
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public License
9  * version 2.1 as published by the Free Software Foundation.
10  *
11  * This library is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this file; see the file named COPYING for more
18  * information.
19  */
20 /** @addtogroup rt_rhc */
21 /** @{ */
22 /** @file rt/primitives/rhc.h */
23 
24 #ifndef RT_PRIMITIVES_RHC_H
25 #define RT_PRIMITIVES_RHC_H
26 
27 #include "common.h"
28 #include "vmath.h"
29 #include "rt/defines.h"
30 
31 __BEGIN_DECLS
32 
33 /* rhc.c */
34 RT_EXPORT extern int rt_mk_hyperbola(struct rt_pnt_node *pts,
35  fastf_t r,
36  fastf_t b,
37  fastf_t c,
38  fastf_t dtol,
39  fastf_t ntol);
40 
41 /** @} */
42 
43 __END_DECLS
44 
45 #endif /* RT_PRIMITIVES_RHC_H */
46 
47 /*
48  * Local Variables:
49  * tab-width: 8
50  * mode: C
51  * indent-tabs-mode: t
52  * c-file-style: "stroustrup"
53  * End:
54  * ex: shiftwidth=4 tabstop=8
55  */
Header file for the BRL-CAD common definitions.
void int * c
Definition: tig.h:139
int rt_mk_hyperbola(struct rt_pnt_node *pts, fastf_t r, fastf_t b, fastf_t c, fastf_t dtol, fastf_t ntol)
double fastf_t
fastest 64-bit (or larger) floating point type
Definition: vmath.h:334
fundamental vector, matrix, quaternion math macros