Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
inline void pglVec2f(pgl_vec2f &vec, const float x, const float y)
175
{
176
vec.x = x;
177
vec.y = y;
178
}
179
180
inline void pglVec2fAdd(pgl_vec2f &veca, const pgl_vec2f &vecb)
181
{
Callers
1
pglPoint2f
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected