(Matrix) Fixing matrix multiply by quaternion 68/17868/1
authorDavid Steele <david.steele@partner.samsung.com>
Thu, 6 Mar 2014 15:50:50 +0000 (15:50 +0000)
committerDavid Steele <david.steele@partner.samsung.com>
Tue, 11 Mar 2014 17:31:27 +0000 (17:31 +0000)
commitbc174b8fdc3ec5531690ded3c51ed43d015008cd
tree60f102936a5fd48cfa75fa2c879156dfcf15143c
parent1d3807d7a6de70c09a41734913daecffb172a3ab
(Matrix) Fixing matrix multiply by quaternion

[Issue#]       N/A
[Problem]      Last row of matrix has random values
[Cause]        It's not being initialized or written to
[Solution]     Ensure the last row is set appropriately

Change-Id: I1b5d3da3d970b7c311ead4203eb197d11d52ccd7
Signed-off-by: David Steele <david.steele@partner.samsung.com>
dali/public-api/math/matrix.cpp