MCPcopy Create free account
hub / github.com/demoth/jake2 / readAngleShort

Method readAngleShort

qcommon/src/main/java/jake2/qcommon/sizebuf_t.java:233–235  ·  view source on GitHub ↗

@return degrees, (-180, 180) mapped from two bytes

()

Source from the content-addressed store, hash-verified

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

Callers 1

parseMethod · 0.80

Calls 2

SHORT2ANGLEMethod · 0.95
readShortMethod · 0.95

Tested by

no test coverage detected