Angle.opBinaryRight

binary operator between float ("*" and "/" only)

struct Angle
const
opBinaryRight
(
string op
)
(
float v
)
if (
op == "*" ||
op == "/"
)

Parameters

v float

operation target value

Return Value

Type: Angle

calculated angle struct

Meta