Home
last modified time | relevance | path

Searched defs:LocalMatrixSystem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dlocal_matrix_system.h69 inline constexpr BASE_NS::string_view GetName(const LocalMatrixSystem*) in GetName()
H A Dlocal_matrix_system.cpp43 LocalMatrixSystem::LocalMatrixSystem(IEcs& ecs) : active_(true), ecs_(ecs) in LocalMatrixSystem() function in LocalMatrixSystem