[NUI] Move Matrix API as public (hidden)
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 9 Nov 2022 12:41:01 +0000 (21:41 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 23 Nov 2022 09:19:17 +0000 (18:19 +0900)
commit6ce8134700c080549cd594e01f9c070a3aea34a3
treefc34d07844a297eb48fc72a23f8d1781eb53ac3c
parentf11292e95eedf56c2d68f83ed2bbb38bbe1e4205
[NUI] Move Matrix API as public (hidden)

Add and bind some matrix operator + remove useless items

And also, move this matrix class under public
so normal NUI Apps also can use this feature

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.Matrix.cs
src/Tizen.NUI/src/public/Common/Matrix.cs [moved from src/Tizen.NUI/src/internal/Common/Matrix.cs with 79% similarity]
src/Tizen.NUI/src/public/Common/Matrix3.cs [moved from src/Tizen.NUI/src/internal/Common/Matrix3.cs with 66% similarity]
test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/Program.cs
test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/public/Common/TSMatrix.cs [moved from test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSMatrix.cs with 71% similarity]
test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/public/Common/TSMatrix3.cs [moved from test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSMatrix3.cs with 60% similarity]