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

NameTypeAccessDescription
m11floatReadGets the m11.
m12floatReadGets the m12.
m13floatReadGets the m13.
m21floatReadGets the m21.
m22floatReadGets the m22.
m23floatReadGets the m23.
m31floatReadGets the m31.
m32floatReadGets the m32.
m33floatReadGets the m33.
dxfloatReadGets the dx.
dyfloatReadGets the dy.
dzfloatReadGets the dz.

Methods

SignatureDescription
__init__()Initialize a 3D matrix.

See Also