Esempio n. 1
0
            public Transform1D Cols, Rows;  // Vertical and horizontal

            public Transform2D(Transform1D cols, Transform1D rows)
            {
                Cols = cols;
                Rows = rows;
            }