| 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 |
no outgoing calls
no test coverage detected