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

Method Point3i

openpgl/include/openpgl/cpp/Common.h:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84struct Point3i : public pgl_point3i
85{
86 Point3i(const pgl_point3i &p)
87 {
88 this->x = p.x;
89 this->y = p.y;
90 this->z = p.z;
91 }
92 Point3i(int32_t x, int32_t y, int32_t z)
93 {
94 this->x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected