Subversion Repositories gelsvn

Rev

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

Rev 12 Rev 144
Line 32... Line 32...
32
				m[1][1] = cos(angle);
32
				m[1][1] = cos(angle);
33
				m[2][2] = 1.0;
33
				m[2][2] = 1.0;
34
				m[3][3] = 1.0;
34
				m[3][3] = 1.0;
35
				break;
35
				break;
36
			}
36
			}
37
 
37
		Vec3f x;
-
 
38
		x.all_l(x);
38
		return m;
39
		return m;
39
	}
40
	}
40
 
41
 
41
	Mat4x4f translation_Mat4x4f(const Vec3f& v)
42
	Mat4x4f translation_Mat4x4f(const Vec3f& v)
42
	{
43
	{