Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ end
Method
end
3rd_party/Src/ode/ode/src/testing.cpp:116–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
115
116
void dMatrixComparison::end()
117
{
118
if (mat.size() <= 0) dDebug (0,
"no matrices in sequence"
);
119
afterfirst = 1;
120
index = 0;
121
}
122
123
124
void dMatrixComparison::reset()
Callers
2
dInternalStepIsland
Function · 0.45
dTestMatrixComparison
Function · 0.45
Calls
2
dDebug
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected