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

Function pglVec2f

openpgl/include/openpgl/common.h:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174inline void pglVec2f(pgl_vec2f &vec, const float x, const float y)
175{
176 vec.x = x;
177 vec.y = y;
178}
179
180inline void pglVec2fAdd(pgl_vec2f &veca, const pgl_vec2f &vecb)
181{

Callers 1

pglPoint2fFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected