Home
last modified time | relevance | path

Searched refs:QuatProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DQuatProxy.cpp19 QuatProxy::QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(pro… in QuatProxy() function in QuatProxy
28 QuatProxy::~QuatProxy() {} in ~QuatProxy()
29 void QuatProxy::UpdateLocalValues() in UpdateLocalValues()
34 void QuatProxy::UpdateRemoteValues() in UpdateRemoteValues()
38 void QuatProxy::SetValue(const BASE_NS::Math::Quat& v) in SetValue()
47 void QuatProxy::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb) in SetValue()
67 napi_value QuatProxy::GetValue(NapiApi::FunctionContext<>& info, BASE_NS::string_view memb) in GetValue()
90 bool QuatProxy::SetValue(NapiApi::Object obj) in SetValue()
H A DNodeImpl.cpp263 rotProxy_ = BASE_NS::make_unique<QuatProxy>(ctx, node->Rotation()); in GetRotation()
276 rotProxy_ = BASE_NS::make_unique<QuatProxy>(ctx, node->Rotation()); in SetRotation()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DQuatProxy.h23 class QuatProxy : public PropertyProxy {
29 QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop);
30 ~QuatProxy() override;
H A DNodeImpl.h77 BASE_NS::unique_ptr<QuatProxy> rotProxy_ { nullptr };
/ohos5.0/foundation/graphic/graphic_3d/kits/js/
H A DBUILD.gn117 "src/QuatProxy.cpp",