Hi. I’m trying out WrapX and I’m really liking it so far. I’m trying to import a 4x4 matrix for file that I would like to use to transform the scan but I’m stuck at setting Matrix4x4 object for row 3 and column 3.
transform = wrap.Matrix4x4()
for i in range(4):
for j in range(4):
transform.setItem(i,j,transformList[i][j])
Traceback (most recent call last):
File "<wrap_console>", line 1, in <module>
ValueError: Argument rowInd is out of range [0,2]