Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 11... Line 11...
11
 
11
 
12
#ifndef __GEOMETRY_QEM_H
12
#ifndef __GEOMETRY_QEM_H
13
#define __GEOMETRY_QEM_H
13
#define __GEOMETRY_QEM_H
14
 
14
 
15
#include <cfloat>
15
#include <cfloat>
16
#include "CGLA/Vec3d.h"
16
#include "../CGLA/Vec3d.h"
17
#include "CGLA/Mat3x3d.h"
17
#include "../CGLA/Mat3x3d.h"
18
 
18
 
19
 
19
 
20
namespace
20
namespace
21
{
21
{
22
	inline const CGLA::Mat3x3d direct_product(const CGLA::Vec3d& v0, const CGLA::Vec3d& v1)
22
	inline const CGLA::Mat3x3d direct_product(const CGLA::Vec3d& v0, const CGLA::Vec3d& v1)