BRL-CAD
Loading...
Searching...
No Matches
dsp.h
Go to the documentation of this file.
1/* D S P . H
2 * BRL-CAD
3 *
4 * Copyright (c) 1993-2026 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
33
34RT_EXPORT extern int dsp_pos(point_t out,
35 struct soltab *stp,
36 point_t p);
37
38RT_EXPORT extern void rt_dsp_volume(fastf_t *vol, const struct rt_db_internal *ip);
39
41
43
44#endif /* RT_PRIMITIVES_DSP_H */
45
46/** @} */
47
48/*
49 * Local Variables:
50 * tab-width: 8
51 * mode: C
52 * indent-tabs-mode: t
53 * c-file-style: "stroustrup"
54 * End:
55 * ex: shiftwidth=4 tabstop=8
56 */
Definition dvec.h:74
Header file for the BRL-CAD common definitions.
void rt_dsp_surf_area(fastf_t *area, const struct rt_db_internal *ip)
void rt_dsp_volume(fastf_t *vol, const struct rt_db_internal *ip)
int dsp_pos(point_t out, struct soltab *stp, point_t p)
double fastf_t
fastest 64-bit (or larger) floating point type
Definition vmath.h:333
fastf_t point_t[ELEMENTS_PER_POINT]
3-tuple point
Definition vmath.h:354
fundamental vector, matrix, quaternion math macros