summaryrefslogtreecommitdiffstats
path: root/src/VBox/GuestHost/OpenGL/include/cr_hull.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/GuestHost/OpenGL/include/cr_hull.h')
-rw-r--r--src/VBox/GuestHost/OpenGL/include/cr_hull.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/VBox/GuestHost/OpenGL/include/cr_hull.h b/src/VBox/GuestHost/OpenGL/include/cr_hull.h
new file mode 100644
index 00000000..9fa6ea10
--- /dev/null
+++ b/src/VBox/GuestHost/OpenGL/include/cr_hull.h
@@ -0,0 +1,24 @@
+/* Copyright (c) 2001, Stanford University
+ * All rights reserved.
+ *
+ * See the file LICENSE.txt for information on redistributing this software.
+ */
+
+#ifndef CR_HULL_H
+#define CR_HULL_H
+
+#include "state/cr_statetypes.h"
+
+#include <iprt/cdefs.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+DECLEXPORT(void) crHullInteriorBox(const double *pnts, int npnts, double *bbox);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* CR_BBOX_H */