From 65db1bf90d5a784a7f3f7795edd9f2398efeafde Mon Sep 17 00:00:00 2001 From: Dander7BD Date: Tue, 21 Jan 2014 12:11:30 +0100 Subject: [PATCH] lerp fix 3 --- Code/OysterMath/LinearMath.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/OysterMath/LinearMath.h b/Code/OysterMath/LinearMath.h index d8ef06da..d32ea04f 100644 --- a/Code/OysterMath/LinearMath.h +++ b/Code/OysterMath/LinearMath.h @@ -745,6 +745,7 @@ namespace LinearAlgebra3D rotation.v[0].Normalize(); rotation.v[1] = normalizedAxis; rotation.v[2].xyz = rotation.v[0].xyz.Cross( rotation.v[1].xyz ); + return rotation; } template