Matrix operator* 43/282643/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 7 Oct 2022 07:31:09 +0000 (16:31 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Tue, 11 Oct 2022 04:14:14 +0000 (04:14 +0000)
commitaf2a0cc5fb9d07dd8ddcb9b20e10facd05cd0206
tree203ad511d728f67ec24ebd08bed8011ae7de1a57
parentac5671b6cd839096d1f871107f59b8b6d0df6e7d
Matrix operator*

Matrix::Multiply(result, lhs, rhs) do as result = rhs * lhs;
It might makes some strange scense to future of Dali developer.

Let we make operator* so nobody feel confuse about the order of
multiply operation

Change-Id: I5adf0c8a8f29fa1c0774aa1e23ff0c3050e66af4
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-Matrix.cpp
automated-tests/src/dali/utc-Dali-Matrix3.cpp
dali/public-api/math/matrix.h
dali/public-api/math/matrix3.h