sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.opBinary
sbylib
math
matrix
Matrix
Binary operation between vector type ("*" only).
Matrix
!(
CommonType
!(
T
,
S
),
U
,
V
)
opBinary
(Matrix!(S, U, V) m)
Matrix
!(
CommonType
!(
T
,
S
),
U
,
P
)
opBinary
(Matrix!(S, V, P) m)
Matrix
!(
CommonType
!(
T
,
S
),
U
,
V
)
opBinary
(S e)
Vector
!(
CommonType
!(
T
,
S
),
U
)
opBinary
(Vector!(S, V) v)
struct
Matrix
(T, uint U, uint V)
const
Vector
!(
CommonType
!(
T
,
S
),
U
)
opBinary
(
string
op
S
)
(
Vector
!(
S
,
V
)
v
)
if
(
op
== "*"
)
if
(
__traits(
isArithmetic
,
T
)
)
Return Value
Type:
Vector
!(
CommonType
!(
T
,
S
),
U
)
calculated vector
Meta
Source
See Implementation
sbylib
math
matrix
Matrix
aliases
ElementType
constructors
this
functions
array
column
opBinary
opIndex
opOpAssign
opUnary
row
toString
manifest constants
Column
Row
static functions
axisAngle
identity
lookAt
makeInvertTRS
makeTRS
ortho
perspective
rotFromTo
scale
translate
Binary operation between vector type ("*" only).