I couldn\'t google it but I have this example question. What dos this array do? \'\'\' homogeneous = np.array([triangle[::2], triangle[1::2], [1,1,1]]) \'\'\'