• a = a * b

    Element-wise multiplication of the 2-element vector a by the 2-element vector b, with the result stored in a

    Parameters

    • a: Vec2

      a 2-element vector object

    • b: Vec2

      a 2-element vector object

    Returns Vec2

    a as the result of the multiplication

Generated using TypeDoc