Angle.opBinary

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

  1. Angle opBinary(float v)
  2. Angle opBinary(Angle a)
    struct Angle
    const
    opBinary
    (
    string op
    )

Parameters

a Angle

operation target

Return Value

Type: Angle

calculated angle struct

Meta