MCPcopy Create free account
hub / github.com/DFHack/dfhack / displace

Method displace

plugins/3dveins.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void displace(float &x, float &y, float &z) {
105 x += bx; y += by; z += bz;
106 }
107};
108
109struct DistributionVein : Distribution

Callers 1

prepare_arenaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected