Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ SetTranslation
Method
SetTranslation
SampleFramework12/v1.00/SF12_Math.cpp:1018–1023 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1016
}
1017
1018
void Float4x4::SetTranslation(const Float3& t)
1019
{
1020
_41 = t.x;
1021
_42 = t.y;
1022
_43 = t.z;
1023
}
1024
1025
void Float4x4::SetXBasis(const Float3& x)
1026
{
Callers
3
TranslationMatrix
Method · 0.80
SetPosition
Method · 0.80
SetOrientation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected