Home
last modified time | relevance | path

Searched refs:GetGlobalTransform (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dnode.h77 BASE_NS::Math::Mat4X4 GetGlobalTransform() const in SCENE_BEGIN_NAMESPACE()
80 return impl->GetGlobalTransform(); in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h251 virtual BASE_NS::Math::Mat4X4 GetGlobalTransform() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h241 BASE_NS::Math::Mat4X4 GetGlobalTransform() const override;
H A Dnode_impl.cpp1092 BASE_NS::Math::Mat4X4 NodeImpl::GetGlobalTransform() const in GetGlobalTransform() function in NodeImpl