The matrix.py
module#
Summary#
Default value of the 3x3 identity matrix for the |
|
Default value of the 4x4 identity matrix for the |
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.