Date:2015-09-28 14:56:22 (8 years 6 months ago)
Author:Werner Almesberger
Commit:445d8f72052fbe23c476051bfc8a077be57c51fd
Message:cameo/path.c (path_from), path.h: make public, for future sharing

Files: cameo/path.c (1 diff)
cameo/path.h (2 diffs)

Change Details

cameo/path.c
5757}
5858
5959
60static struct path *path_from(const struct path *old)
60struct path *path_from(const struct path *old)
6161{
6262    struct path *new;
6363
cameo/path.h
11/*
22 * path.h - Toolpath operations
33 *
4 * Written 2010-2012 by Werner Almesberger
5 * Copyright 2010-2012 Werner Almesberger
4 * Written 2010-2012, 2015 by Werner Almesberger
5 * Copyright 2010-2012, 2015 Werner Almesberger
66 *
77 * This program is free software; you can redistribute it and/or modify
88 * it under the terms of the GNU General Public License as published by
...... 
5151
5252
5353struct path *path_new(double r_tool, const char *id);
54struct path *path_from(const struct path *old);
5455void path_add(struct path *path, double x, double y, double z);
5556struct path *path_reverse(const struct path *path);
5657struct path *path_clone(const struct path *path);

Archive Download the corresponding diff file

Branches:
master



interactive