ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
Matrix.opBinary
ws
math
matrix
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
Type
[
3
]
opBinary
(Type[3] v)
class
Matrix
(size_t Width, size_t Height)
Type
[3]
opBinary
(
string
op
)
(
Type
[3]
v
)
if
(
op
== "*" &&
Width
== 4
)
Type
[
Width
]
opBinary
(Type[Width] v)
auto
opBinary
(T v)
Meta
Source
See Implementation
ws
math
matrix
Matrix
constructors
this
functions
dup
inverse
opAssign
opBinary
opIndex
opOpAssign
rotate
scale
toString
translate
transpose
properties
identity
variables
data