dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
Matrix.opBinary
dlsl
matrix
Matrix
matrix-vector multiplication
auto
opBinary
(T s)
auto
opBinary
(V vec)
struct
Matrix
(type, int numCols, int numRows)
nothrow @
nogc
pure nothrow @
nogc
pure nothrow @
nogc
@
safe
@
safe
pure nothrow const
auto
opBinary
(
string
op
: "*"
V
)
(
V
vec
)
if
(
isVector
!
V
&&
V.dimension
==
cols
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Matrix
opBinary
(Matrix mat)
Matrix
opBinary
(M mat)
Meta
Source
See Implementation
dlsl
matrix
Matrix
aliases
cols
rows
valueType
vectorType
constructors
this
functions
clear
isIdentity
opBinary
opBinaryRight
opCast
opOpAssign
ptr
rotate
rotateX
rotateY
rotateZ
scale
toString
translate
static functions
identity
isCompatibleMatrixImpl
isCompatibleVectorImpl
rotation
rotationX
rotationY
rotationZ
scaling
translation
templates
isCompatibleMatrix
isCompatibleVector
variables
data
matrix-vector multiplication