87 std::vector<Coord> vertices;
88 std::vector<TopologyModule::Edge> edges;
91 auto scale = this->
varScale()->getData();
93 auto quat = this->computeQuaternion();
103 vertices.push_back(center +
Nx +
Nz);
104 vertices.push_back(center +
Nx -
Nz);
105 vertices.push_back(center -
Nx -
Nz);
106 vertices.push_back(center -
Nx +
Nz);