Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
inline 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
Matrix2
Class · 0.85
Matrix3
Class · 0.85
Matrix4
Class · 0.85
Tested by
no test coverage detected