MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / pglVec3fAdd

Function pglVec3fAdd

openpgl/include/openpgl/common.h:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167inline void pglVec3fAdd(pgl_vec3f &veca, const pgl_vec3f &vecb)
168{
169 veca.x += vecb.x;
170 veca.y += vecb.y;
171 veca.z += vecb.z;
172}
173
174inline void pglVec2f(pgl_vec2f &vec, const float x, const float y)
175{

Callers 2

AddDirectContributionFunction · 0.85
AddScatteredContributionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected