MCPcopy Create free account
hub / github.com/carbonengine/trinity / TriMatrixTranslate

Function TriMatrixTranslate

trinity/TriMath.cpp:613–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613Matrix* TriMatrixTranslate( Matrix* out, const Matrix* m, const Vector3* v )
614{
615 *out = *m;
616 out->_41 += v->x;
617 out->_42 += v->y;
618 out->_43 += v->z;
619 return out;
620}
621
622Matrix* TriMatrixTranslate( Matrix* out, const Vector3* v, const Matrix* m )
623{

Callers 3

SetupSpotlightSetsMethod · 0.85
SetupBoostersMethod · 0.85
SetupLocatorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected