Function equals

  • Checks if the vectors a and b are equal

    Parameters

    • a: Vec4

      a 4-element vector object

    • b: Vec4

      a 4-element vector object

    Returns boolean

    true if a and b are equal, false otherwise

Generated using TypeDoc