MCPcopy Create free account
hub / github.com/Illation/ETEngine / Translate

Method Translate

Engine/source/EtFramework/Components/TransformComponent.cpp:36–39  ·  view source on GitHub ↗

------------------------------- TransformComponent::Translate

Source from the content-addressed store, hash-verified

34// TransformComponent::Translate
35//
36void TransformComponent::Translate(float x, float y, float z)
37{
38 Translate(vec3(x, y, z));
39}
40
41//-------------------------------
42// TransformComponent::Translate

Callers

nothing calls this directly

Calls 1

TranslateClass · 0.85

Tested by

no test coverage detected