• a ยท b

    Calculates the dot product of the two-element vectors a and b

    Parameters

    • a: Vec2

      a 2-element vector object

    • b: Vec2

      a 2-element vector object

    Returns number

    the dot product of a and b

Generated using TypeDoc