MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setDynamicCenter

Method setDynamicCenter

src/game/TextureMatrix.cpp:449–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447
448
449void TextureMatrix::setDynamicCenter(float u, float v) {
450 uCenter = u;
451 vCenter = v;
452 return;
453}
454
455
456void TextureMatrix::setDynamicSpinVar(const std::string& var) {

Callers 2

readMethod · 0.80
AddTextureMatrixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected