Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void TextEffect::SetTranslate(float x, float y)
36
{
37
auto* data = mTranslate->Get<float>();
38
data[0] = x;
39
data[1] = y;
40
}
41
42
void TextEffect::SetNormalizedZ(float z)
43
{
Callers
1
Typeset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected