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

Method Matrix2D

TSMatrix2D.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19Matrix2D::Matrix2D(float n00, float n01, float n10, float n11) : Mat2D<TypeMatrix2D>(n00, n01, n10, n11)
20{
21}
22
23Matrix2D::Matrix2D(const Vector2D& a, const Vector2D& b)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected