gfm v6.2.8 (2017-06-07T21:06:48Z)
Home
Dub
Repo
Matrix.opAssign
gfm
math
matrix
Matrix
Assign with a static array of size R * C.
Matrix
opAssign
(U x)
Matrix
opAssign
(U x)
Matrix
opAssign
(U x)
struct
Matrix
(T, int R, int C)
@
nogc
ref pure nothrow
Matrix
opAssign
(
U
)
(
U
x
)
if
(
(
isStaticArray
!
U
)
&&
is
(
typeof
(
x
[0]) :
T
)
&&
(
U.length
==
R
*
C
)
)
Matrix
opAssign
(U x)
Meta
Source
See Implementation
gfm
math
matrix
Matrix
aliases
_T
column_t
rotateX
rotateY
rotateZ
row_t
constructors
this
functions
column
frustum
inverse
opAssign
opBinary
opCast
opEquals
opOpAssign
opUnary
ptr
row
scale
toString
translate
transposed
manifest constants
_C
_R
static functions
constant
fromColumns
fromRows
identity
lookAt
orthographic
perspective
rotateAxis
rotation
scaling
translation
unions
__anonymous
variables
isSquare
Assign with a static array of size R * C.