Matrix Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser iTextSharp.text.pdf.parser.Matrix[[Matrix]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
|
|
() |
|
|
(
by) |
|
|
(
arg) |
|
|
() |
Details
Constructors
Matrix [1/3]
Source code
public Matrix()
Matrix [2/3]
Source code
public Matrix(float tx, float ty)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tx |
|
|
|
ty |
Matrix [3/3]
Source code
public Matrix(float a, float b, float c, float d, float e, float f)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
a |
|
|
|
b |
|
|
|
c |
|
|
|
d |
|
|
|
e |
|
|
|
f |
Methods
Multiply
Source code
public virtual Matrix Multiply(Matrix by)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
by |
Subtract
Source code
public virtual Matrix Subtract(Matrix arg)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
arg |
GetDeterminant
Source code
public virtual float GetDeterminant()
Equals
Source code
public override bool Equals(object obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
GetHashCode
Source code
public override int GetHashCode()
ToString
Source code
public override string ToString()
Properties
Item
public float Item { get; }
Generated with ModularDoc