Subversion Repositories gelsvn

Rev

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

Rev 2 Rev 113
Line 1... Line 1...
1
#ifndef __CGLA_VEC3HF_H__
1
#ifndef __CGLA_VEC3HF_H__
2
#define __CGLA_VEC3HF_H__
2
#define __CGLA_VEC3HF_H__
3
 
3
 
4
/** The H in Vec3Hf stands for homogenous. 
-
 
5
 
-
 
6
*/
-
 
7
 
-
 
8
#include "Vec4f.h"
4
#include "Vec4f.h"
9
 
5
 
10
namespace CGLA {
6
namespace CGLA {
11
 
7
 
12
	/** A 3D homogeneous vector is simply a four D vector.
8
	/** A 3D homogeneous vector is simply a four D vector.