MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SetTranslation

Method SetTranslation

SampleFramework11/v1.02/SF11_Math.cpp:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964void Float4x4::SetTranslation(const Float3& t)
965{
966 _41 = t.x;
967 _42 = t.y;
968 _43 = t.z;
969}
970
971void Float4x4::SetXBasis(const Float3& x)
972{

Callers 5

RenderTextMethod · 0.80
TranslationMatrixMethod · 0.80
SetPositionMethod · 0.80
SetOrientationMethod · 0.80
EndFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected