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

    Function divVInto

    • c = a / b

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

      Parameters

      • a: Vec2

        a 2-element vector object

      • b: Vec2

        a 2-element vector object

      • c: Vec2

        a 2-element vector in which to store the result

      Returns Vec2

      c as the result of the division