Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ Vector2f
Method
Vector2f
openpgl/include/openpgl/cpp/Common.h:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
struct Vector2f : public pgl_vec2f
41
{
42
Vector2f(const pgl_vec2f &v)
43
{
44
this->x = v.x;
45
this->y = v.y;
46
}
47
48
Vector2f(float x, float y)
49
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected