Matrix2d
Public Class
Table of Contents
Signature
class Matrix2d {}
Constructor
Public Constructor
Constructs a new instance of the Matrix2d
class
Parameters
Name | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Properties
a
Public Property
Signature
a: number
b
Public Property
Signature
b: number
c
Public Property
Signature
c: number
d
Public Property
Signature
d: number
e
Public Property
Signature
e: number
f
Public Property
Signature
f: number
Scale
Public Static Property
Signature
static Scale: {
(x: number, y: number): Matrix2dModel
(x: number, y: number, cx: number, cy: number): Matrix2dModel
}
References
Methods
Absolute()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
Returns
Matrix2dModel
References
applyToBounds()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
Box2d
References
applyToPoint()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
Vec2d
References
applyToPoint()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
Vec2d
References
applyToPoints()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
Vec2d[]
References
applyToPoints()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
Vec2d[]
References
applyToXY()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
|
|
|
|
Returns
number[]
References
clone()
Public Method
Parameters
None
Returns
Matrix2d
References
Compose()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
Returns
Matrix2d
References
decompose()
Public Method
Parameters
None
Returns
MatrixInfo
References
Decompose()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
Returns
MatrixInfo
References
decomposed()
Public Method
Parameters
None
Returns
MatrixInfo
References
equals()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
boolean
References
From()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
Returns
Matrix2d
References
identity()
Public Method
Parameters
None
Returns
this
Identity()
Public Static Method
Parameters
None
Returns
Matrix2d
References
Inverse()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
Returns
Matrix2dModel
References
invert()
Public Method
Parameters
None
Returns
this
multiply()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
this
References
Multiply()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
Matrix2dModel
References
rotate()
Public Method
Parameters
Name | Description |
---|---|
|
|
(optional) |
|
(optional) |
|
Returns
Matrix2d
References
Rotate()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
(optional) |
|
(optional) |
|
Returns
Matrix2d
References
scale()
Public Method
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
this
setTo()
Public Method
Parameters
Name | Description |
---|---|
|
|
Returns
this
References
Smooth()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
(optional) |
|
Returns
MatLike
References
toCssString()
Public Method
Parameters
None
Returns
string
toCssString()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
Returns
string
References
translate()
Public Method
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
Matrix2d
References
Translate()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
Matrix2d