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

Method TranslationMatrix

SampleFramework11/v1.02/SF11_Math.cpp:1034–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034Float4x4 Float4x4::TranslationMatrix(const Float3& t)
1035{
1036 Float4x4 m;
1037 m.SetTranslation(t);
1038 return m;
1039}
1040
1041bool Float4x4::operator==(const Float4x4& other) const
1042{

Callers

nothing calls this directly

Calls 1

SetTranslationMethod · 0.80

Tested by

no test coverage detected