Searched refs:SetGlobalTransform (Results 1 – 4 of 4) sorted by relevance
85 void SetGlobalTransform(const BASE_NS::Math::Mat4X4& mat) in SCENE_BEGIN_NAMESPACE()88 return impl->SetGlobalTransform(mat); in SCENE_BEGIN_NAMESPACE()
258 virtual void SetGlobalTransform(const BASE_NS::Math::Mat4X4& matrix) = 0;
243 void SetGlobalTransform(const BASE_NS::Math::Mat4X4& mat) override;
1110 void NodeImpl::SetGlobalTransform(const BASE_NS::Math::Mat4X4& mat) in SetGlobalTransform() function in NodeImpl