Matrix3D Class |
Namespace: Aspose.Pdf
The Matrix3D type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Matrix3D |
Constructor
creates stanrard 1 to 1 matrix:
[ A B C D E F G H I Tx Ty Tz] = [ 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 , 0]
|
![]() ![]() | Matrix3D(Double) |
Constructor
accepts a matrix with following array representation:
[ A B C D E F G H I Tx Ty Tz]
|
![]() | Matrix3D(Matrix3D) |
Constructor
accepts a matrix to create a copy
|
![]() ![]() | Matrix3D(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) |
Initializes transformation matrix with specified coefficients.
|
Name | Description | |
---|---|---|
![]() | A |
A member of the transformation matrix.
|
![]() | B |
B member of the transformation matrix.
|
![]() | C |
C member of the transformation matrix.
|
![]() | D |
D member of the transformation matrix.
|
![]() | E |
E member of the transformation matrix.
|
![]() | F |
F member of the transformation matrix.
|
![]() | G |
G member of the transformation matrix.
|
![]() | H |
H member of the transformation matrix.
|
![]() | I |
I member of the transformation matrix.
|
![]() | Tx |
Tx member of the transformation matrix.
|
![]() | Ty |
Ty member of the transformation matrix.
|
![]() | Tz |
Tz member of the transformation matrix.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds matrix to other matrix.
|
![]() | Equals |
Compares matrix agains other object.
(Overrides ObjectEquals(Object).) |
![]() ![]() ![]() | GetAngle |
Transaltes rotation into angle (degrees)
|
![]() | GetHashCode |
Hash-code for object.
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns text reporesentation of the matrix.
(Overrides ObjectToString.) |