gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Matrix.opBinary
gfm
math
matrix
Matrix
Matrix * matrix multiplication.
column_t
opBinary
(row_t x)
auto
opBinary
(U x)
struct
Matrix
(T, int R, int C)
@
nogc
pure const nothrow
auto
opBinary
(
string
op
U
)
(
U
x
)
if
(
is
(
typeof
(
U._isMatrix
)) &&
(
U._R
==
C
)
&&
(
op
== "*"
)
)
Matrix
opBinary
(U other)
Meta
Source
See Implementation
gfm
math
matrix
Matrix
aliases
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
static functions
constant
fromColumns
fromRows
identity
lookAt
orthographic
perspective
rotateAxis
rotation
scaling
translation
unions
__anonymous
variables
isSquare
Matrix * matrix multiplication.