Subversion Repositories gelsvn

Rev

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

Rev 309 Rev 373
Line 6... Line 6...
6
using namespace CGLA;
6
using namespace CGLA;
7
 
7
 
8
namespace Geometry
8
namespace Geometry
9
{
9
{
10
 
10
 
11
const float EPSILON = 1e-10;
11
const float EPSILON = 1e-10f;
12
 
12
 
13
Triangle::Triangle(const CGLA::Vec3f& _v0, 
13
Triangle::Triangle(const CGLA::Vec3f& _v0, 
14
									 const CGLA::Vec3f& _v1, 
14
									 const CGLA::Vec3f& _v1, 
15
									 const CGLA::Vec3f& _v2,
15
									 const CGLA::Vec3f& _v2,
16
									 
16