Code-Eli  0.3.6
continuity.hpp
Go to the documentation of this file.
1 /*********************************************************************************
2 * Copyright (c) 2013 David D. Marshall <ddmarsha@calpoly.edu>
3 *
4 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License v1.0
6 * which accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * David D. Marshall - initial code and implementation
11 ********************************************************************************/
12 
13 #ifndef eli_geom_general_continuity_hpp
14 #define eli_geom_general_continuity_hpp
15 
16 #include "eli/code_eli.hpp"
17 
18 namespace eli
19 {
20  namespace geom
21  {
22  namespace general
23  {
25  {
27  C0 = 0,
28  C1 = 1,
29  C2 = 2,
30  C3 = 3,
31  GINFININTY = 99,
32  G0 = 100,
33  G1 = 101,
34  G2 = 102,
35  G3 = 103,
36  CINFINITY = 999
37  };
38  }
39  }
40 }
41 #endif
Definition: continuity.hpp:26
Definition: math.hpp:20
Definition: continuity.hpp:28
Definition: continuity.hpp:34
Definition: continuity.hpp:32
Definition: continuity.hpp:27
Definition: continuity.hpp:33
Definition: continuity.hpp:30
Definition: continuity.hpp:35
continuity
Definition: continuity.hpp:24
Definition: continuity.hpp:31
Definition: continuity.hpp:36
Definition: continuity.hpp:29