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

Method Point2i

openpgl/include/openpgl/cpp/Common.h:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127struct Point2i : public pgl_point2i
128{
129 Point2i(const pgl_point2i &p)
130 {
131 this->x = p.x;
132 this->y = p.y;
133 }
134 Point2i(int32_t x, int32_t y)
135 {
136 this->x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected