src/algorithms/invert.cpp

changeset 1318
568fcfc6da71
parent 1313
4baed9f54de3
child 1326
69a90bd2dba2
equal deleted inserted replaced
1317:845c340fe71b 1318:568fcfc6da71
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #include "../linetypes/modelobject.h" 19 #include "../linetypes/modelobject.h"
20 #include "../lddocument.h" 20 #include "../lddocument.h"
21 #include "../glShared.h"
21 22
22 /* 23 /*
23 * Returns whether or not the document is flat. 24 * Returns whether or not the document is flat.
24 * If it is flat, the result is stored in *axis. 25 * If it is flat, the result is stored in *axis.
25 */ 26 */

mercurial