MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / MakeTranslation

Method MakeTranslation

TSMatrix3D.cpp:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478Transform2D Transform2D::MakeTranslation(const Vector2D& dv)
479{
480 return (Transform2D(1.0F, 0.0F, dv.x, 0.0F, 1.0F, dv.y));
481}
482
483
484Transform2D Terathon::operator *(const Transform2D& m1, const Transform2D& m2)

Callers

nothing calls this directly

Calls 1

Transform2DClass · 0.85

Tested by

no test coverage detected