• Returns true if the current Vector3 coordinates equals the given floats

    Returns

    true if both vectors are equals

    Parameters

    • vector: ReadonlyVector3
    • x: number

      defines the x coordinate of the operand

    • y: number

      defines the y coordinate of the operand

    • z: number

      defines the z coordinate of the operand

    Returns boolean