BRL-CAD
dsp.h
Go to the documentation of this file.
1 /* D S P . 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_dsp */
21 /** @{ */
22 /** @file rt/primitives/dsp.h */
23 
24 #ifndef RT_PRIMITIVES_DSP_H
25 #define RT_PRIMITIVES_DSP_H
26 
27 #include "common.h"
28 #include "vmath.h"
29 #include "rt/defines.h"
30 #include "rt/soltab.h"
31 
32 __BEGIN_DECLS
33 
34 RT_EXPORT extern int dsp_pos(point_t out,
35  struct soltab *stp,
36  point_t p);
37 
38 
39 __END_DECLS
40 
41 #endif /* RT_PRIMITIVES_DSP_H */
42 
43 /** @} */
44 
45 /*
46  * Local Variables:
47  * tab-width: 8
48  * mode: C
49  * indent-tabs-mode: t
50  * c-file-style: "stroustrup"
51  * End:
52  * ex: shiftwidth=4 tabstop=8
53  */
Header file for the BRL-CAD common definitions.
int dsp_pos(point_t out, struct soltab *stp, point_t p)
fastf_t point_t[ELEMENTS_PER_POINT]
3-tuple point
Definition: vmath.h:355
Definition: soltab.h:57
fundamental vector, matrix, quaternion math macros