Function invInto

  • b = -a

    Calculates the inverse of the 4-element vector a and stores the result in b

    Parameters

    • a: Vec4

      a 4-element vector object

    • b: Vec4

      a 4-element vector in which to store the result

    Returns Vec4

    b as the inverse of a

Generated using TypeDoc