Function invInto

  • b = -a

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

    Parameters

    • a: Vec3

      a 3-element vector object

    • b: Vec3

      a 3-element vector in which to store the result

    Returns Vec3

    b as the inverse of a

Generated using TypeDoc