inmath ~master (2022-05-26T00:17:45.8140456)
Dub
Repo
Matrix.scale
inmath
linalg
Matrix
Returns an identity matrix with the current scale applied (nxn matrices, n >= 3).
Matrix
scale
(mt x, mt y)
Matrix
scale
(mt x, mt y, mt z)
void
scale
(mt[] values)
void
scale
(Matrix mat)
Matrix
scale
()
struct
Matrix
(type, int rows_, int cols_)
@
safe
pure nothrow
static if
(
(rows == cols) && (rows >= 3)
)
Matrix
scale
(
)
if
(
(
rows_
> 0
)
&&
(
cols_
> 0
)
)
Meta
Source
See Implementation
inmath
linalg
Matrix
aliases
mt
ok
constructors
this
functions
clear
det
inverse
invert
isFinite
makeIdentity
opBinary
opBinaryRight
opOpAssign
ptr
rotate
rotateX
rotateY
rotateZ
scale
toPrettyString
toString
translate
transpose
transposed
static functions
identity
isCompatibleMatrixImpl
isCompatibleVectorImpl
lookAt
orthographic
orthographicInverse
perspective
persperctiveInverse
rotation
scaling
translation
xRotation
yRotation
zRotation
static variables
cols
rows
templates
isCompatibleMatrix
isCompatibleVector
variables
matrix
Returns an identity matrix with the current scale applied (nxn matrices, n >= 3).