1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-06-03 03:11:03 +03:00
cae-tools/slicer/slice.h
2015-01-08 09:54:53 -03:00

26 lines
566 B
C

/*
* slice.h - Generate slices
*
* Written 2015 by Werner Almesberger
* Copyright 2015 by Werner Almesberger
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#ifndef SLICE_H
#define SLICE_H
#include "stl.h"
void slice(struct v f[3]);
void slice_intermediate(float z_step);
void slice_dump(float box);
void slice_init(void);
#endif /* !SLICE_H */