Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ translate
Method
translate
core/math/Mat4.cpp:876–879 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
874
}
875
876
void Mat4::translate(float x, float y, float z)
877
{
878
translate(x, y, z, this);
879
}
880
881
void Mat4::translate(float x, float y, float z, Mat4* dst) const
882
{
Callers
5
calculateBillboardTransform
Method · 0.45
update
Method · 0.45
createTextBitmapShadowStroke
Method · 0.45
shootBox
Method · 0.45
init
Method · 0.45
Calls
2
translate
Function · 0.85
multiply
Function · 0.50
Tested by
2
shootBox
Method · 0.36
init
Method · 0.36