Matrix3D
Overview
Matrix3D is a class in Aspose.PDF FOSS for Python.
Represents a 3D transformation matrix.
This class provides 1 method for working with Matrix3D objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: dx, dy, dz, m11, m12, m13, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
m11 | float | Read | Gets the m11. |
m12 | float | Read | Gets the m12. |
m13 | float | Read | Gets the m13. |
m21 | float | Read | Gets the m21. |
m22 | float | Read | Gets the m22. |
m23 | float | Read | Gets the m23. |
m31 | float | Read | Gets the m31. |
m32 | float | Read | Gets the m32. |
m33 | float | Read | Gets the m33. |
dx | float | Read | Gets the dx. |
dy | float | Read | Gets the dy. |
dz | float | Read | Gets the dz. |
Methods
| Signature | Description |
|---|---|
__init__() | Initialize a 3D matrix. |