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

Method Point2f

openpgl/include/openpgl/cpp/Common.h:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107struct Point2f : public pgl_point2f
108{
109 Point2f(const pgl_point2f &p)
110 {
111 this->x = p.x;
112 this->y = p.y;
113 }
114 Point2f(float x, float y)
115 {
116 this->x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected