MCPcopy Create free account
hub / github.com/OpenVicProject/OpenVic / get_repeat_proportion

Method get_repeat_proportion

extension/src/MapMesh.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49float MapMesh::get_repeat_proportion() const {
50 return repeat_proportion;
51}
52
53void MapMesh::set_subdivide_width(const int32_t divisions) {
54 subdivide_w = divisions > 0 ? divisions : 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected