Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dSetZero
Function
dSetZero
3rd_party/Src/ode/ode/src/matrix.cpp:30–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
void dSetZero (dReal *a, int n)
31
{
32
dAASSERT (a && n >= 0);
33
while (n > 0) {
34
*(a++) = 0;
35
n--;
36
}
37
}
38
39
40
void dSetValue (dReal *a, int n, dReal value)
Callers
15
multiply_invM_JT
Function · 0.85
CG_LCP
Function · 0.85
SOR_LCP
Function · 0.85
dxQuickStepper
Function · 0.85
dxGeom
Method · 0.85
dInternalStepIsland_x1
Function · 0.85
dInternalStepIsland_x2
Function · 0.85
dxGeomTransform
Method · 0.85
computeAABB
Method · 0.85
dInvertPDMatrix
Function · 0.85
checkMass
Function · 0.85
dMassSetZero
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected