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

Method Transform2D

TSMatrix3D.cpp:319–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318
319Transform2D::Transform2D(float n00, float n01, float n02, float n10, float n11, float n12)
320{
321 m00 = n00;
322 m01 = n01;
323 m02 = n02;
324 m10 = n10;
325 m11 = n11;
326 m12 = n12;
327
328 row2.Set(0.0F, 0.0F, 1.0F);
329}
330
331Transform2D::Transform2D(const Vector2D& a, const Vector2D& b, const Point2D& p)
332{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected