Root/slicer/slice.h

1/*
2 * slice.h - Generate slices
3 *
4 * Written 2015 by Werner Almesberger
5 * Copyright 2015 by Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef SLICE_H
15#define SLICE_H
16
17#include "stl.h"
18
19
20void slice(struct v f[3]);
21void slice_intermediate(float z_step);
22void slice_dump(float box);
23void slice_init(void);
24
25#endif /* !SLICE_H */
26

Archive Download this file

Branches:
master



interactive