phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Vector.opBinary
nxt
geometry
Vector
Multiply with right-hand-side
rhs
.
struct
Vector
(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
const
Vector
!(
E
,
T.rows
)
opBinary
(
string
op
: "*"
T
)
(
in
T
rhs
)
if
(
isCompatibleMatrix
!
T
&&
(
T.cols
==
dimension
)
)
if
(
D
>= 1 &&
(
!
normalizedFlag
||
isFloatingPoint
!
E
)
)
Meta
Source
See Implementation
nxt
geometry
Vector
constructors
this
functions
clear
magnitude
magnitudeSquared
normalize
normalized
nrnNorm
ok
opBinary
opBinaryRight
opIndex
opOpAssign
opSlice
toLaTeX
update
templates
coordToIndex
variables
_vector
Multiply with right-hand-side rhs.