void Init(SurfaceCpsData data) { var cps = data.GetCps(); lenX = cps.GetLength(0); lenY = cps.GetLength(1); order = data.order; surface = new Surface(cps, data.order); }