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

Function pglPoint2f

openpgl/include/openpgl/common.h:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191inline void pglPoint2f(pgl_point2f &vec, const float x, const float y)
192{
193 pglVec2f(vec, x, y);
194}
195
196inline void pglBox3f(pgl_box3f &box, const float lx, const float ly, const float lz, const float ux, const float uy, const float uz)
197{

Callers

nothing calls this directly

Calls 1

pglVec2fFunction · 0.85

Tested by

no test coverage detected