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

Method Point3f

openpgl/include/openpgl/cpp/Common.h:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61struct Point3f : public pgl_point3f
62{
63 Point3f(const pgl_point3f &p)
64 {
65 this->x = p.x;
66 this->y = p.y;
67 this->z = p.z;
68 }
69 Point3f(float x, float y, float z)
70 {
71 this->x = x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected