MaCRoGS.SLAM.ts_map_t.ts_map_t C# (CSharp) Method

ts_map_t() public method

public ts_map_t ( ) : System
return System
        public ts_map_t()
        {
            map = new ushort[SLAMAlgorithm.TS_MAP_SIZE * SLAMAlgorithm.TS_MAP_SIZE];
        }
ts_map_t