@sstorsveen/maths - v2.0.1
    Preparing search index...

    Function mulV

    • a = a * b

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

      Parameters

      • a: Vec4

        a 4-element vector object

      • b: Vec4

        a 4-element vector object

      Returns Vec4

      a as the result of the multiplication