public Single ReadCoord() // TODO: move to bitbuffer?
 {
     return((Single)bitBuffer.ReadInt16() * (1.0f / 8.0f));
 }