pointcloud/m42611: change geometry representation from double to int32_t
Since the codec can only code integer positions, using Vec3<double> for position data requires repeated inefficient format conversions. This commit changes the internal representation to Vec3<int32_t>.
Please register or sign in to comment