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

Method Vector3f

openpgl/include/openpgl/cpp/Common.h:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16struct Vector3f : public pgl_vec3f
17{
18 Vector3f(const pgl_vec3f &v)
19 {
20 this->x = v.x;
21 this->y = v.y;
22 this->z = v.z;
23 }
24
25 Vector3f(float x, float y, float z)
26 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected