Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
def
mwm_decode_delta(v, base_point: mi.Point) -> mi.Point:
427
p = mwm_bitwise_split(v)
428
return
p + base_point
429
430
431
def
read_uint(f, bytelen: int = 1) -> int:
Callers
1
read_point
Function · 0.85
Calls
1
mwm_bitwise_split
Function · 0.85
Tested by
no test coverage detected