Searched refs:GetW (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | quaternion_test.cpp | 49 EXPECT_DOUBLE_EQ(quaternion1.GetW(), NUM_D1); in HWTEST_F() 55 EXPECT_DOUBLE_EQ(quaternion2.GetW(), NUM_D1); in HWTEST_F() 61 EXPECT_DOUBLE_EQ(quaternion3.GetW(), NUM_D1); in HWTEST_F() 67 EXPECT_DOUBLE_EQ(quaternion4.GetW(), NUM_D1); in HWTEST_F() 74 EXPECT_DOUBLE_EQ(quaternion5.GetW(), NUM_D1); in HWTEST_F() 81 EXPECT_DOUBLE_EQ(quaternion7.GetW(), NUM_D3); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | quaternion.h | 41 double GetW() const in GetW() function in OHOS::Ace::Quaternion 116 return Quaternion(q.GetX() * s, q.GetY() * s, q.GetZ() * s, q.GetW() * s); in operator *() 122 return Quaternion(q.GetX() * s, q.GetY() * s, q.GetZ() * s, q.GetW() * s); in operator *()
|
H A D | transform_util.cpp | 103 double w = decomp.quaternion.GetW(); in BuildRotationMatrix() 361 .append(std::to_string(quaternion.GetW())) in ToString()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | quaternion.h | 39 float GetW() const in GetW() function in OHOS::Render3D::Quaternion
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 80 transform.quaternion.GetW(), in SyncTransformToRsNode()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 1578 rotation.GetX(), rotation.GetY(), rotation.GetZ(), rotation.GetW()); in SetupCameraTransform() 1691 light->GetRotation().GetZ(), light->GetRotation().GetW()); in GetLightPositionAndRotation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 1874 static_cast<float>(transform.quaternion.GetW()) }; in OnTransformMatrixUpdate()
|
Completed in 18 milliseconds