• a = a * b

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

    Parameters

    • a: Vec3

      a 3-element vector object

    • b: Vec3

      a 3-element vector object

    Returns Vec3

    a as the result of the multiplication

Generated using TypeDoc