| 17 | |
| 18 | |
| 19 | Matrix2D::Matrix2D(float n00, float n01, float n10, float n11) : Mat2D<TypeMatrix2D>(n00, n01, n10, n11) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | Matrix2D::Matrix2D(const Vector2D& a, const Vector2D& b) |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected