MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CompareRot8b

Function CompareRot8b

engine/Poseidon/Network/NetworkMsgFormat.hpp:521–524  ·  view source on GitHub ↗

compare two 8b angles

Source from the content-addressed store, hash-verified

519
520// compare two 8b angles
521inline float CompareRot8b(char x1, char x2)
522{
523 return (x1-x2)*(H_PI/127);
524}
525
526// Error coeficient for nonimportant values
527#define ERR_COEF_VALUE_MINOR 0.1

Callers 1

CalculateErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected