Subversion Repositories gelsvn

Rev

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

Rev 171 Rev 178
Line 53... Line 53...
53
		Mat3x3f get_mat3x3f() const;
53
		Mat3x3f get_mat3x3f() const;
54
 
54
 
55
		/// Get a 4x4 rotation matrix from a quaternion
55
		/// Get a 4x4 rotation matrix from a quaternion
56
		Mat4x4f get_mat4x4f() const;
56
		Mat4x4f get_mat4x4f() const;
57
 
57
 
58
		/// Construct a Quaternion from a rotation matrix.
-
 
59
		/// Matrix must be orthogonal
-
 
60
		void make_rot(const Mat4x4f& m);
-
 
61
	
-
 
62
		/// Construct a Quaternion from an angle and axis of rotation.
58
		/// Construct a Quaternion from an angle and axis of rotation.
63
		void make_rot(float angle, const Vec3f&);
59
		void make_rot(float angle, const Vec3f&);
64
 
60
 
65
		/** Construct a Quaternion rotating from the direction given
61
		/** Construct a Quaternion rotating from the direction given
66
				by the first argument to the direction given by the second.*/
62
				by the first argument to the direction given by the second.*/