mathed ~master (2022-05-27T19:57:24.9040539)
Dub
Repo
Vector.opBinaryRight
mathed
types
vector
Vector
Processes vector multiplication and division with number.
struct
Vector
(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
@
trusted
pure nothrow
Self
opBinaryRight
(
string
op
Number
)
(
in
Number
num
)
if
(
(
op
== "*" ||
op
== "/"
)
&&
isNumeric
!
Number
)
if
(
Size
> 0
)
Meta
Source
See Implementation
mathed
types
vector
Vector
aliases
size
type
constructors
this
functions
castTo
opApply
opBinary
opBinaryRight
opCast
opIndex
opOpAssign
opUnary
set
toMatrix
toString
properties
t
Processes vector multiplication and division with number.