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):
    ...
ParameterTypeDescription
itemslistThe items.
inverse_row_colboolif set to true [inverse row col].

See Also