• a = a - b

    Subtracts the 4-element vector b from the 4-element vector a and stores the result in a

    Parameters

    • a: Vec4

      a 4-element vector object

    • b: Vec4

      a 4-element vector object

    Returns Vec4

    a as the result of a - b

Generated using TypeDoc