Subversion Repositories gelsvn

Rev

Rev 578 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 578 Rev 586
Line 11... Line 11...
11
 
11
 
12
#ifndef __MESHEDIT_CURVATURE_H__
12
#ifndef __MESHEDIT_CURVATURE_H__
13
#define __MESHEDIT_CURVATURE_H__
13
#define __MESHEDIT_CURVATURE_H__
14
 
14
 
15
#include <vector>
15
#include <vector>
16
 
-
 
17
#include "ItemID.h"
16
#include "Manifold.h"
18
 
17
 
19
namespace CGLA
18
namespace CGLA
20
{
19
{
21
    class Vec3d;
20
    class Vec3d;
22
    class Mat2x2d;
21
    class Mat2x2d;