[NUI] Rotation class with EulerAngle (pitch/yaw/roll)
authorEunki Hong <eunkiki.hong@samsung.com>
Mon, 10 Apr 2023 17:01:19 +0000 (02:01 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 13 Apr 2023 04:51:31 +0000 (13:51 +0900)
commitbbc6ab52e26f87f146b75d898de975568e7915b0
treea773dae8b44c3e833aad9a9bc423e582697e7172
parent6b56385dc7b0b81fa5ca9be76dedc8b7ae8deba1
[NUI] Rotation class with EulerAngle (pitch/yaw/roll)

Add API that we can set Rotation by pitch/yaw/roll +
Get Rotation informations as pitch/yaw/roll

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.Rotation.cs
src/Tizen.NUI/src/public/Common/Rotation.cs
test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/public/Common/TSRotation.cs [new file with mode: 0755]