コード例 #1
0
ファイル: Op.cs プロジェクト: mhaque3/soa_unity
        public PointyTriShapeInfo <TCell> Default(int width, int height)
        {
            var rawInfow = MakeShapeStorageInfo <PointyTriPoint>(
                width,
                height,
                x => PointyTriGrid <TCell> .DefaultContains(x, width, height));

            return(new PointyTriShapeInfo <TCell>(rawInfow));
        }