Vector.opBinaryRight

Multiply with left-hand-side lhs.

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
version(none)
const
opBinaryRight
(
string op
T
)
(
in T lhs
)
if (
!is(T == Vector!(_),
_
) &&
!isMatrix!T
&&
!isQuaternion!T
)
if (
D >= 1 &&
(
!normalizedFlag ||
isFloatingPoint!E
)
)

Meta