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