MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / operator-

Method operator-

samples/shared/Matrices.h:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306
307inline Matrix2 Matrix2::operator-(const Matrix2& rhs) const
308{
309 return Matrix2(m[0]-rhs[0], m[1]-rhs[1], m[2]-rhs[2], m[3]-rhs[3]);
310}
311
312
313

Callers

nothing calls this directly

Calls 3

Matrix2Class · 0.85
Matrix3Class · 0.85
Matrix4Class · 0.85

Tested by

no test coverage detected