concatenate method

concatenate

Concatenates the two matrices

Returns

New matrix4

def concatenate(self, m2):
    ...
ParameterTypeDescription
m2FMatrix4M2.

concatenate

Concatenates the two matrices

Returns

New matrix4

def concatenate(self, m2):
    ...
ParameterTypeDescription
m2Matrix4M2.

See Also