| 176 | double GetSpeedY (void) const { return m_Speed.y; } |
| 177 | double GetSpeedZ (void) const { return m_Speed.z; } |
| 178 | double GetWidth (void) const { return m_Width; } |
| 179 | |
| 180 | int GetChunkX(void) const {return (int)floor(m_Pos.x / cChunkDef::Width); } |
| 181 | int GetChunkZ(void) const {return (int)floor(m_Pos.z / cChunkDef::Width); } |
no outgoing calls
no test coverage detected