• a = a - b

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

    Parameters

    • a: Vec3

      a 3-element vector object

    • b: Vec3

      a 3-element vector object

    Returns Vec3

    a as the result of a - b

Generated using TypeDoc