#include "helper.h" namespace oh_my_loam { float GetTime(const TPoint& pt) { return pt.time - GetScanId(pt); } int GetScanId(const TPoint& pt) { return static_cast(pt.time); } } // oh_my_loam