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

Method publicSetCenter

src/lua/LuaSceneNode.cpp:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 inline void publicSetSphere(const fvec4& s) { setSphere(s); }
150 inline void publicSetRadius(const float r) { setRadius(r); }
151 inline void publicSetCenter(const fvec3& p) { setCenter(p); }
152
153 void updatePosition();
154

Callers 1

SetSceneNodePositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected