MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / TranslationMatrix

Method TranslationMatrix

SampleFramework12/v1.00/SF12_Math.cpp:1098–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098Float4x4 Float4x4::TranslationMatrix(const Float3& t)
1099{
1100 Float4x4 m;
1101 m.SetTranslation(t);
1102 return m;
1103}
1104
1105bool Float4x4::operator==(const Float4x4& other) const
1106{

Callers

nothing calls this directly

Calls 1

SetTranslationMethod · 0.80

Tested by

no test coverage detected