math docs
    Preparing search index...

    Variable exactEqualsConst

    exactEquals: (a: vec4.Vec4, b: vec4.Vec4) => boolean = vec4.exactEquals

    Returns whether or not the quaternions have exactly the same elements in the same position (when compared with ===)

    Type Declaration

      • (a: vec4.Vec4, b: vec4.Vec4): boolean
      • Returns whether or not the vectors have exactly the same elements in the same position (when compared with ===)

        Parameters

        Returns boolean

        True if the vectors are equal, false otherwise.

    The first quaternion.

    The second quaternion.

    True if the quaternions are equal, false otherwise.