MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / setTranslation

Function setTranslation

Source/ThirdParty/OpenFBX/ofbx.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181static void setTranslation(const DVec3& t, DMatrix* mtx)
182{
183 mtx->m[12] = t.x;
184 mtx->m[13] = t.y;
185 mtx->m[14] = t.z;
186}
187
188
189static DVec3 operator-(const DVec3& v)

Callers 2

getGeometricMatrixMethod · 0.85
evalLocalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected