From 94268ae6b236fd523b34719608d3771a2b88c5af Mon Sep 17 00:00:00 2001 From: Lynix Date: Mon, 8 Oct 2012 15:35:02 +0200 Subject: [PATCH] Fixed typo Former-commit-id: 3a47a8981692b57ccad50e1044c1139c34bf9c75 --- include/Nazara/Math/Matrix4.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Math/Matrix4.inl b/include/Nazara/Math/Matrix4.inl index 3d6d30f7c..9b12fecfb 100644 --- a/include/Nazara/Math/Matrix4.inl +++ b/include/Nazara/Math/Matrix4.inl @@ -309,7 +309,7 @@ void NzMatrix4::MakeRotation(const NzQuaternion& rotation) | 2XZ + 2YW 2YZ - 2XW 1 - 2X - 2Y | | | */ - ///FIXME: À corriger (Rotation quaternino != rotation matricielle) + ///FIXME: À corriger (Rotation quaternion != rotation matricielle) Set(F(1.0) - F(2.0)*rotation.y*rotation.y - F(2.0)*rotation.z*rotation.z, F(2.0)*rotation.x*rotation.y + F(2.0)*rotation.z*rotation.w, F(2.0)*rotation.x*rotation.z - F(2.0)*rotation.y*rotation.w,