Subversion Repositories gelsvn

Rev

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

Rev 144 Rev 304
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
		Vec3f x;
-
 
38
		x.all_l(x);
-
 
39
		return m;
37
		return m;
40
	}
38
	}
41
 
39
 
42
	Mat4x4f translation_Mat4x4f(const Vec3f& v)
40
	Mat4x4f translation_Mat4x4f(const Vec3f& v)
43
	{
41
	{