MCPcopy 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
876void Mat4::translate(float x, float y, float z)
877{
878 translate(x, y, z, this);
879}
880
881void Mat4::translate(float x, float y, float z, Mat4* dst) const
882{

Callers 5

updateMethod · 0.45
shootBoxMethod · 0.45
initMethod · 0.45

Calls 2

translateFunction · 0.85
multiplyFunction · 0.50

Tested by 2

shootBoxMethod · 0.36
initMethod · 0.36