Skip to main content

vec3Equals

Callable

  • vec3Equals(a: Vec3, b: Vec3, epsilon?: number): boolean

  • Returns true if all components of a and b are within epsilon.


    Parameters

    • a: Vec3
    • b: Vec3
    • epsilon: number = EQUALITY_EPSILON

    Returns boolean