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

    Function mulVInto

    • c = a * b

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

      Parameters

      • a: Vec4

        a 4-element vector object

      • b: Vec4

        a 4-element vector object

      • c: Vec4

        a 4-element vector in which to store the result

      Returns Vec4

      c as the result of the multiplication