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

Method Adjugate

TSMatrix2D.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136Matrix2D Terathon::Adjugate(const Matrix2D& m)
137{
138 return (Matrix2D(m(1,1), -m(0,1), -m(1,0), m(0,0)));
139}

Callers

nothing calls this directly

Calls 1

Matrix2DClass · 0.85

Tested by

no test coverage detected