zmath ~master (2021-07-15T08:21:03Z)
Home
Dub
Repo
Vector.opBinaryRight
zmath
vector
Vector
Define Scalar multiplication
struct
Vector
(T, size_t dim_)
nothrow @
nogc
pure const
Vector
opBinaryRight
(
string
op
)
(
in
T
rhs
)
if
(
op
== "*" ||
op
== "/"
)
if
(
__traits(
isFloating
,
T
)
)
Meta
Source
See Implementation
zmath
vector
Vector
constructors
this
functions
approxEqual
distance
normalize
opBinary
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
opUnary
rotate
sq_distance
toString
properties
isFinite
isOk
isUnit
length
ptr
sq_length
unit
static functions
projectOnTo
static variables
W_AXIS
X_AXIS
Y_AXIS
ZERO
Z_AXIS
dim
unions
__anonymous
Define Scalar multiplication