TransformationMatrix constructor
init
Initializes a new instance of the TransformationMatrix
class
def __init__(self):
...
init
Initializes a new instance of the TransformationMatrix
class.
def __init__(self, items, inverse_row_col):
...
Parameter | Type | Description |
---|---|---|
items | list | The items. |
inverse_row_col | bool | if set to true [inverse row col]. |