dlsl ~master (2017-12-21T19:48:41Z)
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)
@
safe
pure nothrow
auto
opBinary
const
(
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
constructors
this
functions
clear
opBinary
opBinaryRight
rotate
rotateX
rotateY
rotateZ
scale
translate
properties
asPrettyString
asString
identity
isIdentity
ptr
static functions
rotation
rotationX
rotationY
rotationZ
scaling
translation
variables
data
matrix-vector multiplication