sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.identity
sbylib
math
matrix
Matrix
Returns identity matrix.
struct
Matrix
(T, uint U, uint V)
static
static if
(
U == V
)
Matrix
identity
(
)
if
(
__traits(
isArithmetic
,
T
)
)
Return Value
Type:
Matrix
identity 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 identity matrix.