Gets this box’s transformation matrix. If the box does not have such a matrix, an identity matrix is returned. Only the top three rows of the matrix will be returned, as the bottom row is always [ 0 0 0 1 ].
list[list[float]]
The box’s tranformation matrix, formatted [[dddd][dddd][dddd]].