@return degrees, (-180, 180) mapped from two bytes
()
| 231 | * @return degrees, (-180, 180) mapped from two bytes |
| 232 | */ |
| 233 | public float readAngleShort() { |
| 234 | return Math3D.SHORT2ANGLE(readShort()); |
| 235 | } |
| 236 | |
| 237 | public void writeDir(float[] dir) { |
| 238 |
no test coverage detected