sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.scale
sbylib
math
matrix
Matrix
Returns scale matrix.
struct
Matrix
(T, uint U, uint V)
static
static if
(
U == V
)
Matrix
scale
(
const
Vector
!(
T
,
U
)
vec
)
if
(
__traits(
isArithmetic
,
T
)
)
Parameters
vec
Vector
!(
T
,
U
)
scale vector
Return Value
Type:
Matrix
scale matrix
Meta
Source
See Implementation
sbylib
math
matrix
Matrix
aliases
ElementType
constructors
this
functions
array
column
opBinary
opIndex
opOpAssign
opUnary
row
toString
manifest constants
Column
Row
static functions
axisAngle
identity
lookAt
makeInvertTRS
makeTRS
ortho
perspective
rotFromTo
scale
translate
Returns scale matrix.