MCPcopy 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
1018void Float4x4::SetTranslation(const Float3& t)
1019{
1020 _41 = t.x;
1021 _42 = t.y;
1022 _43 = t.z;
1023}
1024
1025void Float4x4::SetXBasis(const Float3& x)
1026{

Callers 3

TranslationMatrixMethod · 0.80
SetPositionMethod · 0.80
SetOrientationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected