Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Dnode.h85 void SetGlobalTransform(const BASE_NS::Math::Mat4X4& mat) in SCENE_BEGIN_NAMESPACE()
88 return impl->SetGlobalTransform(mat); in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h258 virtual void SetGlobalTransform(const BASE_NS::Math::Mat4X4& matrix) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h243 void SetGlobalTransform(const BASE_NS::Math::Mat4X4& mat) override;
H A Dnode_impl.cpp1110 void NodeImpl::SetGlobalTransform(const BASE_NS::Math::Mat4X4& mat) in SetGlobalTransform() function in NodeImpl