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

Method MakeTranslation

TSMatrix4D.cpp:753–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753Transform3D Transform3D::MakeTranslation(const Vector3D& dv)
754{
755 return (Transform3D(1.0F, 0.0F, 0.0F, dv.x, 0.0F, 1.0F, 0.0F, dv.y, 0.0F, 0.0F, 1.0F, dv.z));
756}
757
758
759Transform3D Terathon::operator *(const Transform3D& m1, const Transform3D& m2)

Callers

nothing calls this directly

Calls 1

Transform3DClass · 0.70

Tested by

no test coverage detected