doml v0.0.3 (2022-08-19T23:27:36Z)
Dub
Repo
Matrix2d.scale
matrix_2d
Matrix2d
Undocumented in source. Be warned that the author may not have intended to support it.
Matrix2d
scale
(Vector2d xy, Matrix2d dest)
struct
Matrix2d
Matrix2d
scale
(
Vector2d
xy
,
ref
Matrix2d
dest
)
Matrix2d
scale
(Vector2d xy)
Matrix2d
scale
(double x, double y, Matrix2d dest)
Matrix2d
scale
(double x, double y)
Matrix2d
scale
(double xy, Matrix2d dest)
Matrix2d
scale
(double xy)
Meta
Source
See Implementation
matrix_2d
Matrix2d
constructors
this
functions
_m00
_m01
_m10
_m11
add
determinant
equals
get
getColumn
getRotation
getRow
getScale
hashCode
identity
invert
isFinite
lerp
mul
mulComponentWise
mulLocal
normal
normalizedPositiveX
normalizedPositiveY
positiveX
positiveY
rotate
rotateLocal
rotation
scale
scaleLocal
scaling
set
setColumn
setRow
setm00
setm01
setm10
setm11
sub
swap
transform
transformTranspose
transpose
zero
variables
m00
m01
m10
m11