Home
last modified time | relevance | path

Searched refs:GetTransformComponentAABB (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.h65 MinAndMax GetTransformComponentAABB(CORE_NS::Entity entity, bool isRecursive, CORE_NS::IEcs& ecs) const override;
H A Dpicking.cpp575 MinAndMax Picking::GetTransformComponentAABB(Entity entity, bool isRecursive, IEcs& ecs) const in GetTransformComponentAABB() function in Picking
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_picking.h127 virtual MinAndMax GetTransformComponentAABB(CORE_NS::Entity entity, bool isRecursive, CORE_NS::IEcs& ecs) const = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h278 virtual IPickingResult::Ptr GetTransformComponentAABB(bool isRecursive) const = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h323 SCENE_NS::IPickingResult::Ptr GetTransformComponentAABB(bool isRecursive) const override;
H A Dnode_impl.cpp1289 SCENE_NS::IPickingResult::Ptr NodeImpl::GetTransformComponentAABB(bool isRecursive) const in GetTransformComponentAABB() function in NodeImpl
1300 if (sh->GetTransformComponentAABB(ret, self->GetEntity(), isRecursive)) { in GetTransformComponentAABB()
H A Dscene_holder.h462 bool GetTransformComponentAABB(SCENE_NS::IPickingResult::Ptr, CORE_NS::Entity entity, bool isRecursive);
H A Dscene_holder.cpp2997 bool SceneHolder::GetTransformComponentAABB(SCENE_NS::IPickingResult::Ptr ret, CORE_NS::Entity entity, bool isRecursive) in GetTransformComponentAABB() function in SceneHolder
3000 auto result = picking_->GetTransformComponentAABB(entity, isRecursive, *ecs_); in GetTransformComponentAABB()

Completed in 11 milliseconds