Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
964
void Float4x4::SetTranslation(const Float3& t)
965
{
966
_41 = t.x;
967
_42 = t.y;
968
_43 = t.z;
969
}
970
971
void Float4x4::SetXBasis(const Float3& x)
972
{
Callers
5
RenderText
Method · 0.80
TranslationMatrix
Method · 0.80
SetPosition
Method · 0.80
SetOrientation
Method · 0.80
EndFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected