MaCRo.Core.SLAM.ts_scan_t.ts_scan_t C# (CSharp) Method

ts_scan_t() public method

public ts_scan_t ( ) : System
return System
        public ts_scan_t()
        {
            x = new float[SLAMAlgorithm.TS_SCAN_SIZE];
            y = new float[SLAMAlgorithm.TS_SCAN_SIZE];
            value = new ushort[SLAMAlgorithm.TS_SCAN_SIZE];

            initScan();
        }