dlsl v0.1.1 (2017-01-01T09:58:18Z)
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 const
auto
opBinary
(
string
op
: "*"
V
)
(
V
vec
)
if
(
isCompatibleVector
!
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
toPrettyString
toString
valueType
vectorType
constructors
this
functions
clear
opBinary
opBinaryRight
opCast
opOpAssign
rotate
rotateX
rotateY
rotateZ
scale
translate
properties
asPrettyString
asString
identity
isIdentity
ptr
static functions
isCompatibleMatrixImpl
isCompatibleVectorImpl
rotation
rotationX
rotationY
rotationZ
scaling
translation
templates
isCompatibleMatrix
isCompatibleVector
variables
data
Matrix-vector multiplication