sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.opUnary
sbylib
math
matrix
Matrix
Unary operation for "-".
Matrix
!(
T
,
U
,
V
)
opUnary
()
Matrix
!(
T
,
U
,
V
)
opUnary
()
struct
Matrix
(T, uint U, uint V)
const
Matrix
!(
T
,
U
,
V
)
opUnary
(
string
op
)
(
)
if
(
op
== "-"
)
if
(
__traits(
isArithmetic
,
T
)
)
Return Value
Type:
Matrix
!(
T
,
U
,
V
)
a matrix whose sign is inverted
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
Unary operation for "-".