MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dSetValue

Function dSetValue

3rd_party/Src/ode/ode/src/matrix.cpp:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40void dSetValue (dReal *a, int n, dReal value)
41{
42 dAASSERT (a && n >= 0);
43 while (n > 0) {
44 *(a++) = value;
45 n--;
46 }
47}
48
49
50void dMultiply0 (dReal *A, const dReal *B, const dReal *C, int p, int q, int r)

Callers 4

dxQuickStepperFunction · 0.85
dInternalStepIsland_x1Function · 0.85
dInternalStepIsland_x2Function · 0.85
dInternalStepIslandFastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected