MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / setCenter

Method setCenter

Lattice/tests/test.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 static const glm::vec3& center(const OctreeNode& node) { return node.center; }
24 static void setCenter(OctreeNode& node, const glm::vec3& value) { node.center = value; }
25
26 static const glm::vec3& dipole(const OctreeNode& node) { return node.dipoleMoment; }
27 static void setDipole(OctreeNode& node, const glm::vec3& value) { node.dipoleMoment = value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected