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

Function operator-

samples/shared/Matrices.h:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379
380
381inline Matrix2 operator-(const Matrix2& rhs)
382{
383 return Matrix2(-rhs[0], -rhs[1], -rhs[2], -rhs[3]);
384}
385
386
387

Callers

nothing calls this directly

Calls 3

Matrix2Class · 0.85
Matrix3Class · 0.85
Matrix4Class · 0.85

Tested by

no test coverage detected