The matrix.py module#

Summary#

Matrix

Provides matrix representation.

Matrix33

Provides 3x3 matrix representation.

Matrix44

Provides 4x4 matrix representation.

DEFAULT_MATRIX33

Default value of the 3x3 identity matrix for the Matrix33 class.

DEFAULT_MATRIX44

Default value of the 4x4 identity matrix for the Matrix44 class.

Description#

Provides matrix primitive representations.

Module detail#

matrix.DEFAULT_MATRIX33#

Default value of the 3x3 identity matrix for the Matrix33 class.

matrix.DEFAULT_MATRIX44#

Default value of the 4x4 identity matrix for the Matrix44 class.