MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetTranslate

Method SetTranslate

GTE/Graphics/TextEffect.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void TextEffect::SetTranslate(float x, float y)
36{
37 auto* data = mTranslate->Get<float>();
38 data[0] = x;
39 data[1] = y;
40}
41
42void TextEffect::SetNormalizedZ(float z)
43{

Callers 1

TypesetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected