MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Translate

Method Translate

Sources/OvMaths/src/OvMaths/FMatrix3.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319OvMaths::FMatrix3 OvMaths ::FMatrix3::Translate(const OvMaths::FMatrix3& p_matrix, const FVector2& p_translation)
320{
321 return p_matrix * Translation(p_translation);
322}
323
324OvMaths::FMatrix3 OvMaths::FMatrix3::Rotation(float p_rotation)
325{

Callers 4

TranslateWindowFunction · 0.45
SplitterBehaviorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected