MCPcopy Create free account
hub / github.com/comaps/comaps / mwm_decode_delta

Function mwm_decode_delta

tools/python/mwm/mwm_python.py:426–428  ·  view source on GitHub ↗
(v, base_point: mi.Point)

Source from the content-addressed store, hash-verified

424
425
426def mwm_decode_delta(v, base_point: mi.Point) -> mi.Point:
427 p = mwm_bitwise_split(v)
428 return p + base_point
429
430
431def read_uint(f, bytelen: int = 1) -> int:

Callers 1

read_pointFunction · 0.85

Calls 1

mwm_bitwise_splitFunction · 0.85

Tested by

no test coverage detected