MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_center_cell_bbox

Method get_center_cell_bbox

tools/Wires/Inflator/PeriodicInflator.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void PeriodicInflator::get_center_cell_bbox(
140 VectorF& bbox_min, VectorF& bbox_max) {
141 bbox_min = m_wire_network->get_bbox_min();
142 bbox_max = m_wire_network->get_bbox_max();
143}
144
145void PeriodicInflator::update_shape_velocities() {
146 if (!m_with_shape_velocities) return;

Callers

nothing calls this directly

Calls 2

get_bbox_minMethod · 0.80
get_bbox_maxMethod · 0.80

Tested by

no test coverage detected