~hidravfx-dev-team/hidravfx/trunk

« back to all changes in this revision

Viewing changes to src/spline.h

  • Committer: illusions.hu at gmail
  • Date: 2012-09-09 15:17:57 UTC
  • Revision ID: illusions.hu@gmail.com-20120909151757-slk3bgssh25k2xu2
vertex.c added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
Copyright (C) 2012 HidraVFX development team
 
3
            <https://launchpad.net/~hidravfx-dev-team>
 
4
 
 
5
This file is part of the HidraVFX project.
 
6
 
 
7
HidraVFX 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 3 of the License, or
 
10
(at your option) any later version.
 
11
 
 
12
HidraVFX is distributed in the hope that it will be useful,
 
13
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
15
GNU General Public License for more details.
 
16
 
 
17
You should have received a copy of the GNU General Public License
 
18
along with HidraVFX. If not, see <http://www.gnu.org/licenses/>.
 
19
****************************************************************************/
 
20
 
 
21
#ifndef SPLINE_H_
 
22
#define SPLINE_H_
 
23
 
 
24
/*
 
25
typedef  double[]  trunarray ;
 
26
typedef  tpoint[3]  tcubicspline ;
 
27
typedef  tpoint[]  tpointarray ;
 
28
 
 
29
typedef  array[] of tpoint  t3dpointgrid ;
 
30
*/
 
31
 
 
32
#endif